Event Supported Report¶
- class st.zwave.CommandClass.EntryControl.EventSupportedReport¶
Dynamically versioned ENTRY_CONTROL_EVENT_SUPPORTED_REPORT
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x6F
- cmd_id: number¶
0x05
- version: number¶
1
- args: st.zwave.CommandClass.EntryControl.EventSupportedReportV1Args¶
- construct(module, args)¶
Construct an ENTRY_CONTROL_EVENT_SUPPORTED_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.EntryControl) – command class module instanceargs (
st.zwave.CommandClass.EntryControl.EventSupportedReportV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.EntryControl.EventSupportedReportV1: st.zwave.Command¶
v1 ENTRY_CONTROL_EVENT_SUPPORTED_REPORT
- cmd_class: number¶
0x6F
- cmd_id: number¶
0x05
- version: number¶
1
- args: st.zwave.CommandClass.EntryControl.EventSupportedReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 ENTRY_CONTROL_EVENT_SUPPORTED_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.EntryControl) – command class module instanceargs (
st.zwave.CommandClass.EntryControl.EventSupportedReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 ENTRY_CONTROL_EVENT_SUPPORTED_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 ENTRY_CONTROL_EVENT_SUPPORTED_REPORT payload.
- Returns:
deserialized arguments
- Return type:
st.zwave.CommandClass.EntryControl.EventSupportedReportV1Args
- class st.zwave.CommandClass.EntryControl.EventSupportedReportV1Args¶
- na: boolean¶
- raw: boolean¶
- ascii: boolean¶
- md5: boolean¶
- caching: boolean¶
- cached_keys: boolean¶
- enter: boolean¶
- disarm_all: boolean¶
- arm_all: boolean¶
- arm_away: boolean¶
- arm_home: boolean¶
- exit_delay: boolean¶
- arm_1: boolean¶
- arm_2: boolean¶
- arm_3: boolean¶
- arm_4: boolean¶
- arm_5: boolean¶
- arm_6: boolean¶
- rfid: boolean¶
- bell: boolean¶
- fire: boolean¶
- police: boolean¶
- alert_panic: boolean¶
- alert_medical: boolean¶
- gate_open: boolean¶
- gate_close: boolean¶
- lock: boolean¶
- unlock: boolean¶
- test: boolean¶
- cancel: boolean¶
- key_cached_size_supported_minimum: integer¶
[0,255]
- key_cached_size_supported_maximum: integer¶
[0,255]
- key_cached_timeout_supported_minimum: integer¶
[0,255]
- key_cached_timeout_supported_maximum: integer¶
[0,255]