Set¶
- class st.zwave.CommandClass.Notification.Set¶
Dynamically versioned NOTIFICATION_SET
Supported versions: 2,3,4,5,6,7,8,9; unique base versions: 2,3
- cmd_class: number¶
0x71
- cmd_id: number¶
0x06
- version: number¶
2,3
- args: st.zwave.CommandClass.Alarm.SetV2Args or st.zwave.CommandClass.Notification.SetV3Args¶
- construct(module, args)¶
Construct a NOTIFICATION_SET object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Notification) – command class module instanceargs (
st.zwave.CommandClass.Alarm.SetV2Args or st.zwave.CommandClass.Notification.SetV3Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Notification.SetV3: st.zwave.Command¶
v3 and forward-compatible v4,v5,v6,v7,v8,v9 NOTIFICATION_SET
- cmd_class: number¶
0x71
- cmd_id: number¶
0x06
- version: number¶
3
- args: st.zwave.CommandClass.Notification.SetV3Args¶
command-specific arguments
- init(module, args)¶
Initialize a v3 and forward-compatible v4,v5,v6,v7,v8,v9 NOTIFICATION_SET object.
- Parameters:
module (
st.zwave.CommandClass.Notification) – command class module instanceargs (
st.zwave.CommandClass.Notification.SetV3Args) – command-specific arguments
- serialize()¶
Serialize v3 or forward-compatible v4,v5,v6,v7,v8,v9 NOTIFICATION_SET arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v3 or forward-compatible v4,v5,v6,v7,v8,v9 NOTIFICATION_SET payload.
- Returns:
deserialized arguments
- Return type: