Central Scene¶
- class st.zwave.CommandClass.CentralScene¶
Supported versions: 1,2,3
- SUPPORTED_GET: number¶
0x01 - CENTRAL_SCENE_SUPPORTED_GET command id
- SUPPORTED_REPORT: number¶
0x02 - CENTRAL_SCENE_SUPPORTED_REPORT command id
- NOTIFICATION: number¶
0x03 - CENTRAL_SCENE_NOTIFICATION command id
- CONFIGURATION_SET: number¶
0x04 - CENTRAL_SCENE_CONFIGURATION_SET command id
- CONFIGURATION_GET: number¶
0x05 - CENTRAL_SCENE_CONFIGURATION_GET command id
- CONFIGURATION_REPORT: number¶
0x06 - CENTRAL_SCENE_CONFIGURATION_REPORT command id
- init(params)¶
Instantiate a versioned instance of the CentralScene 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: