meterCategory

meterCategory #

The meterCategory is a value present in meter objects in the returned JSON response which represents the meter category type that Blicker has detected. The property can hold the value of either gas, water, or electricity.

If a specific meter category is expected, this can be provided as the meterCategory request parameter.

Example response #

{
    "objects": [
        {
            "meter": {
                "meterCategory": "gas",
                "objects": {
                    "display": [
                        {},
                        {}
                    ],
                    "serialNumber": [
                        {}
                    ],
                    "barcode": []
                }
            }
        }
    ]
}