Configuration Report
- class st.zwave.CommandClass.CentralScene.ConfigurationReport
Dynamically versioned CENTRAL_SCENE_CONFIGURATION_REPORT
Supported versions: 3; unique base versions: 3
- cmd_class: number
0x5B
- cmd_id: number
0x06
- version: number
3
- args: st.zwave.CommandClass.CentralScene.ConfigurationReportV3Args
- construct(module, args)
Construct a CENTRAL_SCENE_CONFIGURATION_REPORT object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.ConfigurationReportV3Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.CentralScene.ConfigurationReportV3: st.zwave.Command
v3 CENTRAL_SCENE_CONFIGURATION_REPORT
- cmd_class: number
0x5B
- cmd_id: number
0x06
- version: number
3
- args: st.zwave.CommandClass.CentralScene.ConfigurationReportV3Args
command-specific arguments
- init(module, args)
Initialize a v3 CENTRAL_SCENE_CONFIGURATION_REPORT object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.ConfigurationReportV3Args
) – command-specific arguments
- serialize()
Serialize v3 CENTRAL_SCENE_CONFIGURATION_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v3 CENTRAL_SCENE_CONFIGURATION_REPORT payload.
- Returns
deserialized arguments
- Return type
st.zwave.CommandClass.CentralScene.ConfigurationReportV3Args