|  Developer

Meter

				
					{
    id = 50,
    version = 1,
    reset_supported = true,
    type = "electric",
    scales = {
        "volt",
        "ampere",
        "kilo_watt_hour"
    }
}				
			
field type description
id int identifier of command class
version int version of command class
reset_supported bool is meter reset functionality supported
type string type of metering physical unit.
scales array of strings array of measurement units

Possible types: “electric”, “gas”, “water”, “heating”, “cooling”