Sensor Alarm Set¶
- class st.zwave.CommandClass.SilenceAlarm.SensorAlarmSet¶
Dynamically versioned SENSOR_ALARM_SET
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x9D
- cmd_id: number¶
0x01
- version: number¶
1
- args: st.zwave.CommandClass.SilenceAlarm.SensorAlarmSetV1Args¶
- construct(module, args)¶
Construct a SENSOR_ALARM_SET object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.SilenceAlarm) – command class module instanceargs (
st.zwave.CommandClass.SilenceAlarm.SensorAlarmSetV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.SilenceAlarm.SensorAlarmSetV1: st.zwave.Command¶
v1 SENSOR_ALARM_SET
- cmd_class: number¶
0x9D
- cmd_id: number¶
0x01
- version: number¶
1
- args: st.zwave.CommandClass.SilenceAlarm.SensorAlarmSetV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 SENSOR_ALARM_SET object.
- Parameters:
module (
st.zwave.CommandClass.SilenceAlarm) – command class module instanceargs (
st.zwave.CommandClass.SilenceAlarm.SensorAlarmSetV1Args) – command-specific arguments
- serialize()¶
Serialize v1 SENSOR_ALARM_SET arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 SENSOR_ALARM_SET payload.
- Returns:
deserialized arguments
- Return type: