Configuration Report¶
- class st.zwave.CommandClass.DoorLock.ConfigurationReport¶
Dynamically versioned DOOR_LOCK_CONFIGURATION_REPORT
Supported versions: 1,2,3,4; unique base versions: 1,4
- cmd_class: number¶
0x62
- cmd_id: number¶
0x06
- version: number¶
1,4
- args: st.zwave.CommandClass.DoorLock.ConfigurationReportV1Args or st.zwave.CommandClass.DoorLock.ConfigurationReportV4Args¶
- construct(module, args)¶
Construct a DOOR_LOCK_CONFIGURATION_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.DoorLock) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.ConfigurationReportV1Args or st.zwave.CommandClass.DoorLock.ConfigurationReportV4Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.DoorLock.ConfigurationReportV1: st.zwave.Command¶
v1 and forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_REPORT
- cmd_class: number¶
0x62
- cmd_id: number¶
0x06
- version: number¶
1
- args: st.zwave.CommandClass.DoorLock.ConfigurationReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 and forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.DoorLock) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.ConfigurationReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 or forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 or forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.DoorLock.ConfigurationReportV1Args¶
- operation_type: integer¶
- inside_door_handles_state: integer¶
[0,15]
- outside_door_handles_state: integer¶
[0,15]
- lock_timeout_minutes: integer¶
[0,255]
- lock_timeout_seconds: integer¶
[0,255]
- class st.zwave.CommandClass.DoorLock.ConfigurationReportV4: st.zwave.Command¶
v4 DOOR_LOCK_CONFIGURATION_REPORT
- cmd_class: number¶
0x62
- cmd_id: number¶
0x06
- version: number¶
4
- args: st.zwave.CommandClass.DoorLock.ConfigurationReportV4Args¶
command-specific arguments
- init(module, args)¶
Initialize a v4 DOOR_LOCK_CONFIGURATION_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.DoorLock) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.ConfigurationReportV4Args) – command-specific arguments
- serialize()¶
Serialize v4 DOOR_LOCK_CONFIGURATION_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v4 DOOR_LOCK_CONFIGURATION_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.DoorLock.ConfigurationReportV4Args¶
- operation_type: integer¶
- inside_door_handles_state: integer¶
[0,15]
- outside_door_handles_state: integer¶
[0,15]
- lock_timeout_minutes: integer¶
[0,255]
- lock_timeout_seconds: integer¶
[0,255]
- auto_relock_time: integer¶
[0,65535]
- hold_and_release_time: integer¶
[0,65535]
- ta: boolean¶
- btb: boolean¶