Humidity Control Setpoint
- class st.zwave.CommandClass.HumidityControlSetpoint
Supported versions: 1,2
- SET: number
0x01 - HUMIDITY_CONTROL_SETPOINT_SET command id
- GET: number
0x02 - HUMIDITY_CONTROL_SETPOINT_GET command id
- REPORT: number
0x03 - HUMIDITY_CONTROL_SETPOINT_REPORT command id
- SUPPORTED_GET: number
0x04 - HUMIDITY_CONTROL_SETPOINT_SUPPORTED_GET command id
- SUPPORTED_REPORT: number
0x05 - HUMIDITY_CONTROL_SETPOINT_SUPPORTED_REPORT command id
- SCALE_SUPPORTED_GET: number
0x06 - HUMIDITY_CONTROL_SETPOINT_SCALE_SUPPORTED_GET command id
- SCALE_SUPPORTED_REPORT: number
0x07 - HUMIDITY_CONTROL_SETPOINT_SCALE_SUPPORTED_REPORT command id
- CAPABILITIES_GET: number
0x08 - HUMIDITY_CONTROL_SETPOINT_CAPABILITIES_GET command id
- CAPABILITIES_REPORT: number
0x09 - HUMIDITY_CONTROL_SETPOINT_CAPABILITIES_REPORT command id
- init(params)
Instantiate a versioned instance of the HumidityControlSetpoint 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