qrCode #
A qrCode object represents a detected 2-dimensional QR-code in the meter. It is only available from endpoint 2024-03-01. It always contains the following properties:
Example response #
{
"objects": [
{
"meter": {
"objects": {
"display": [],
"serialNumber": [],
"barcode":[],
"datamatrix": [],
"qrCode":[
{
"index": 0,
"objectId": "o-aQxFf4B8",
"messages": [],
"confidence": "high",
"value": "23373001129639600",
"valueBeforeCorrection": "23373001129639600"
}
]
}
}
}
]
}