displayUnit #
A displayUnit
object represents a detected unit in the display. It is only available from API version 2025-01-01.
It always contains the following properties:
Example response from API version 2025-01-01 #
{
"objects": [
{
"meter": {
"objects": {
"displayReading": [
{
"objects": {
"obisCode": [],
"displayUnit": [
{
"index": 0,
"objectId": "o-bnFKLRcX",
"messages": [],
"confidence": "high",
"value": "kWh",
"valueBeforeCorrection": "kWh"
}
]
},
}
],
"serialNumber": [],
"barcode": [],
"datamatrix": [],
"qrCode": []
}
}
}
]
}