Supported Report
- class st.zwave.CommandClass.CentralScene.SupportedReport
Dynamically versioned CENTRAL_SCENE_SUPPORTED_REPORT
Supported versions: 1,2,3; unique base versions: 1,2,3
- cmd_class: number
0x5B
- cmd_id: number
0x02
- version: number
1,2,3
- args: st.zwave.CommandClass.CentralScene.SupportedReportV1Args or st.zwave.CommandClass.CentralScene.SupportedReportV2Args or st.zwave.CommandClass.CentralScene.SupportedReportV3Args
- construct(module, args)
Construct a CENTRAL_SCENE_SUPPORTED_REPORT object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.SupportedReportV1Args or st.zwave.CommandClass.CentralScene.SupportedReportV2Args or st.zwave.CommandClass.CentralScene.SupportedReportV3Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.CentralScene.SupportedReportV1: st.zwave.Command
v1 CENTRAL_SCENE_SUPPORTED_REPORT
- cmd_class: number
0x5B
- cmd_id: number
0x02
- version: number
1
- args: st.zwave.CommandClass.CentralScene.SupportedReportV1Args
command-specific arguments
- init(module, args)
Initialize a v1 CENTRAL_SCENE_SUPPORTED_REPORT object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.SupportedReportV1Args
) – command-specific arguments
- serialize()
Serialize v1 CENTRAL_SCENE_SUPPORTED_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 CENTRAL_SCENE_SUPPORTED_REPORT payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.CentralScene.SupportedReportV2: st.zwave.Command
v2 CENTRAL_SCENE_SUPPORTED_REPORT
- cmd_class: number
0x5B
- cmd_id: number
0x02
- version: number
2
- args: st.zwave.CommandClass.CentralScene.SupportedReportV2Args
command-specific arguments
- init(module, args)
Initialize a v2 CENTRAL_SCENE_SUPPORTED_REPORT object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.SupportedReportV2Args
) – command-specific arguments
- serialize()
Serialize v2 CENTRAL_SCENE_SUPPORTED_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v2 CENTRAL_SCENE_SUPPORTED_REPORT payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.CentralScene.SupportedReportV2Args
- identical: boolean
- supported_scenes: list[st.zwave.CommandClass.CentralScene.SupportedReportV2ArgsSupportedScenes]
- class st.zwave.CommandClass.CentralScene.SupportedReportV2ArgsSupportedScenes
- key_pressed_1_time: boolean
- key_released: boolean
- key_held_down: boolean
- key_pressed_2_times: boolean
- key_pressed_3_times: boolean
- key_pressed_4_times: boolean
- key_pressed_5_times: boolean
- class st.zwave.CommandClass.CentralScene.SupportedReportV3: st.zwave.Command
v3 CENTRAL_SCENE_SUPPORTED_REPORT
- cmd_class: number
0x5B
- cmd_id: number
0x02
- version: number
3
- args: st.zwave.CommandClass.CentralScene.SupportedReportV3Args
command-specific arguments
- init(module, args)
Initialize a v3 CENTRAL_SCENE_SUPPORTED_REPORT object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.SupportedReportV3Args
) – command-specific arguments
- serialize()
Serialize v3 CENTRAL_SCENE_SUPPORTED_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v3 CENTRAL_SCENE_SUPPORTED_REPORT payload.
- Returns
deserialized arguments
- Return type