Indicator
- class st.zwave.CommandClass.Indicator
Supported versions: 1,2,3,4
- SET: number
0x01 - INDICATOR_SET command id
- GET: number
0x02 - INDICATOR_GET command id
- REPORT: number
0x03 - INDICATOR_REPORT command id
- SUPPORTED_GET: number
0x04 - INDICATOR_SUPPORTED_GET command id
- SUPPORTED_REPORT: number
0x05 - INDICATOR_SUPPORTED_REPORT command id
- DESCRIPTION_GET: number
0x06 - INDICATOR_DESCRIPTION_GET command id
- DESCRIPTION_REPORT: number
0x07 - INDICATOR_DESCRIPTION_REPORT command id
- init(params)
Instantiate a versioned instance of the Indicator 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