Meter
- class st.zwave.CommandClass.Meter
Supported versions: 1,2,3,4,5,6
- GET: number
0x01 - METER_GET command id
- REPORT: number
0x02 - METER_REPORT command id
- SUPPORTED_GET: number
0x03 - METER_SUPPORTED_GET command id
- SUPPORTED_REPORT: number
0x04 - METER_SUPPORTED_REPORT command id
- RESET: number
0x05 - METER_RESET command id
- init(params)
Instantiate a versioned instance of the Meter Command Class module, optionally setting strict to require explicit passing of all parameters to constructors.
- Parameters
params (
st.zwave.CommandClass.Params
) – command class instance parameters- Returns
versioned command class instance
- Return type