Battery
- class st.zwave.CommandClass.Battery
Supported versions: 1,2,3
- GET: number
0x02 - BATTERY_GET command id
- REPORT: number
0x03 - BATTERY_REPORT command id
- HEALTH_GET: number
0x04 - BATTERY_HEALTH_GET command id
- HEALTH_REPORT: number
0x05 - BATTERY_HEALTH_REPORT command id
- init(params)
Instantiate a versioned instance of the Battery 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