displayReading #
A displayReading
object represents a detected display in the meter.
This object replaces the display
object from API version 2025-01-01 onwards and always contains the following properties:
and optionally contains the following properties, depending on the request:
Example response from API version 2025-01-01 #
{
"objects": [
{
"meter": {
"objects": {
"displayReading": [
{
"index": 0,
"objectId": "o-CTctspjZ",
"messages": [],
"confidence": "high",
"value": "14233.48",
"valueBeforeCorrection": "1423348",
"objects": {
"obisCode": [],
"displayUnit": []
},
"expectedNDigits": "5",
"ranges": {
"min": 14000.0,
"max": 14500.0
}
}
],
"serialNumber": [],
"barcode": [],
"datamatrix": [],
"qrCode": []
}
}
}
]
}