Association Command Configuration¶
- class st.zwave.CommandClass.AssociationCommandConfiguration¶
Supported versions: 1
- COMMAND_RECORDS_SUPPORTED_GET: number¶
0x01 - COMMAND_RECORDS_SUPPORTED_GET command id
- COMMAND_RECORDS_SUPPORTED_REPORT: number¶
0x02 - COMMAND_RECORDS_SUPPORTED_REPORT command id
- COMMAND_CONFIGURATION_SET: number¶
0x03 - COMMAND_CONFIGURATION_SET command id
- COMMAND_CONFIGURATION_GET: number¶
0x04 - COMMAND_CONFIGURATION_GET command id
- COMMAND_CONFIGURATION_REPORT: number¶
0x05 - COMMAND_CONFIGURATION_REPORT command id
- init(params)¶
Instantiate a versioned instance of the AssociationCommandConfiguration 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: