Hrv Control
- class st.zwave.CommandClass.HrvControl
Supported versions: 1
- MODE_SET: number
0x01 - HRV_CONTROL_MODE_SET command id
- MODE_GET: number
0x02 - HRV_CONTROL_MODE_GET command id
- MODE_REPORT: number
0x03 - HRV_CONTROL_MODE_REPORT command id
- BYPASS_SET: number
0x04 - HRV_CONTROL_BYPASS_SET command id
- BYPASS_GET: number
0x05 - HRV_CONTROL_BYPASS_GET command id
- BYPASS_REPORT: number
0x06 - HRV_CONTROL_BYPASS_REPORT command id
- VENTILATION_RATE_SET: number
0x07 - HRV_CONTROL_VENTILATION_RATE_SET command id
- VENTILATION_RATE_GET: number
0x08 - HRV_CONTROL_VENTILATION_RATE_GET command id
- VENTILATION_RATE_REPORT: number
0x09 - HRV_CONTROL_VENTILATION_RATE_REPORT command id
- MODE_SUPPORTED_GET: number
0x0A - HRV_CONTROL_MODE_SUPPORTED_GET command id
- MODE_SUPPORTED_REPORT: number
0x0B - HRV_CONTROL_MODE_SUPPORTED_REPORT command id
- init(params)
Instantiate a versioned instance of the HrvControl 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