Configuration
- class st.zwave.CommandClass.Configuration
Supported versions: 1,2,3,4
- DEFAULT_RESET: number
0x01 - CONFIGURATION_DEFAULT_RESET command id
- SET: number
0x04 - CONFIGURATION_SET command id
- GET: number
0x05 - CONFIGURATION_GET command id
- REPORT: number
0x06 - CONFIGURATION_REPORT command id
- BULK_SET: number
0x07 - CONFIGURATION_BULK_SET command id
- BULK_GET: number
0x08 - CONFIGURATION_BULK_GET command id
- BULK_REPORT: number
0x09 - CONFIGURATION_BULK_REPORT command id
- NAME_GET: number
0x0A - CONFIGURATION_NAME_GET command id
- NAME_REPORT: number
0x0B - CONFIGURATION_NAME_REPORT command id
- INFO_GET: number
0x0C - CONFIGURATION_INFO_GET command id
- INFO_REPORT: number
0x0D - CONFIGURATION_INFO_REPORT command id
- PROPERTIES_GET: number
0x0E - CONFIGURATION_PROPERTIES_GET command id
- PROPERTIES_REPORT: number
0x0F - CONFIGURATION_PROPERTIES_REPORT command id
- init(params)
Instantiate a versioned instance of the Configuration 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