Sensor Multilevel
- class st.zwave.CommandClass.SensorMultilevel
Supported versions: 1,2,3,4,5,6,7,8,9,10,11
- SUPPORTED_GET_SENSOR: number
0x01 - SENSOR_MULTILEVEL_SUPPORTED_GET_SENSOR command id
- SUPPORTED_SENSOR_REPORT: number
0x02 - SENSOR_MULTILEVEL_SUPPORTED_SENSOR_REPORT command id
- SUPPORTED_GET_SCALE: number
0x03 - SENSOR_MULTILEVEL_SUPPORTED_GET_SCALE command id
- GET: number
0x04 - SENSOR_MULTILEVEL_GET command id
- REPORT: number
0x05 - SENSOR_MULTILEVEL_REPORT command id
- SUPPORTED_SCALE_REPORT: number
0x06 - SENSOR_MULTILEVEL_SUPPORTED_SCALE_REPORT command id
- init(params)
Instantiate a versioned instance of the SensorMultilevel 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