expectedNDigits #
The expectedNDigits
is a value present in display objects in the
returned JSON response only when the
nDigits
has been specified in the request.
When the number of digits has been specified in the request,
the response will simply contain the same value.
Example response #
{
"objects": [
{
"meter": {
"objects": {
"display": [
{
"expectedNDigits": 5
},
{
"expectedNDigits": 5
}
],
"serialNumber": [
{}
],
"barcode": []
}
}
}
]
}
Example response from API version 2024-03-01 #
{
"objects": [
{
"meter": {
"objects": {
"display": [
{
"expectedNDigits": 5
},
{
"expectedNDigits": 5
}
],
"serialNumber": [
{}
],
"barcode": [],
"datamatrix": [],
"qrCode": []
}
}
}
]
}