Notification
- class st.zwave.CommandClass.CentralScene.Notification
Dynamically versioned CENTRAL_SCENE_NOTIFICATION
Supported versions: 1,2,3; unique base versions: 1,2,3
- cmd_class: number
0x5B
- cmd_id: number
0x03
- version: number
1,2,3
- args: st.zwave.CommandClass.CentralScene.NotificationV1Args or st.zwave.CommandClass.CentralScene.NotificationV2Args or st.zwave.CommandClass.CentralScene.NotificationV3Args
- construct(module, args)
Construct a CENTRAL_SCENE_NOTIFICATION object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.NotificationV1Args or st.zwave.CommandClass.CentralScene.NotificationV2Args or st.zwave.CommandClass.CentralScene.NotificationV3Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.CentralScene.NotificationV1: st.zwave.Command
v1 CENTRAL_SCENE_NOTIFICATION
- cmd_class: number
0x5B
- cmd_id: number
0x03
- version: number
1
- args: st.zwave.CommandClass.CentralScene.NotificationV1Args
command-specific arguments
- init(module, args)
Initialize a v1 CENTRAL_SCENE_NOTIFICATION object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.NotificationV1Args
) – command-specific arguments
- serialize()
Serialize v1 CENTRAL_SCENE_NOTIFICATION arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 CENTRAL_SCENE_NOTIFICATION payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.CentralScene.NotificationV1Args
- sequence_number: integer
[0,255]
- key_attributes: integer
- scene_number: integer
[0,255]
- class st.zwave.CommandClass.CentralScene.NotificationV2: st.zwave.Command
v2 CENTRAL_SCENE_NOTIFICATION
- cmd_class: number
0x5B
- cmd_id: number
0x03
- version: number
2
- args: st.zwave.CommandClass.CentralScene.NotificationV2Args
command-specific arguments
- init(module, args)
Initialize a v2 CENTRAL_SCENE_NOTIFICATION object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.NotificationV2Args
) – command-specific arguments
- serialize()
Serialize v2 CENTRAL_SCENE_NOTIFICATION arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v2 CENTRAL_SCENE_NOTIFICATION payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.CentralScene.NotificationV2Args
- sequence_number: integer
[0,255]
- key_attributes: integer
- scene_number: integer
[0,255]
- class st.zwave.CommandClass.CentralScene.NotificationV3: st.zwave.Command
v3 CENTRAL_SCENE_NOTIFICATION
- cmd_class: number
0x5B
- cmd_id: number
0x03
- version: number
3
- args: st.zwave.CommandClass.CentralScene.NotificationV3Args
command-specific arguments
- init(module, args)
Initialize a v3 CENTRAL_SCENE_NOTIFICATION object.
- Parameters
module (
st.zwave.CommandClass.CentralScene
) – command class module instanceargs (
st.zwave.CommandClass.CentralScene.NotificationV3Args
) – command-specific arguments
- serialize()
Serialize v3 CENTRAL_SCENE_NOTIFICATION arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v3 CENTRAL_SCENE_NOTIFICATION payload.
- Returns
deserialized arguments
- Return type