Operation Report
- class st.zwave.CommandClass.DoorLock.OperationReport
Dynamically versioned DOOR_LOCK_OPERATION_REPORT
Supported versions: 1,2,3,4; unique base versions: 1,3
- cmd_class: number
0x62
- cmd_id: number
0x03
- version: number
1,3
- args: st.zwave.CommandClass.DoorLock.OperationReportV1Args or st.zwave.CommandClass.DoorLock.OperationReportV3Args
- construct(module, args)
Construct a DOOR_LOCK_OPERATION_REPORT object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.DoorLock
) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.OperationReportV1Args or st.zwave.CommandClass.DoorLock.OperationReportV3Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.DoorLock.OperationReportV1: st.zwave.Command
v1 and forward-compatible v2 DOOR_LOCK_OPERATION_REPORT
- cmd_class: number
0x62
- cmd_id: number
0x03
- version: number
1
- args: st.zwave.CommandClass.DoorLock.OperationReportV1Args
command-specific arguments
- init(module, args)
Initialize a v1 and forward-compatible v2 DOOR_LOCK_OPERATION_REPORT object.
- Parameters
module (
st.zwave.CommandClass.DoorLock
) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.OperationReportV1Args
) – command-specific arguments
- serialize()
Serialize v1 or forward-compatible v2 DOOR_LOCK_OPERATION_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 or forward-compatible v2 DOOR_LOCK_OPERATION_REPORT payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.DoorLock.OperationReportV1Args
- door_lock_mode: integer
- inside_door_handles_mode: integer
[0,15]
- outside_door_handles_mode: integer
[0,15]
- door_condition: integer
[0,255]
- lock_timeout_minutes: integer
[0,255]
- lock_timeout_seconds: integer
[0,255]
- class st.zwave.CommandClass.DoorLock.OperationReportV3: st.zwave.Command
v3 and forward-compatible v4 DOOR_LOCK_OPERATION_REPORT
- cmd_class: number
0x62
- cmd_id: number
0x03
- version: number
3
- args: st.zwave.CommandClass.DoorLock.OperationReportV3Args
command-specific arguments
- init(module, args)
Initialize a v3 and forward-compatible v4 DOOR_LOCK_OPERATION_REPORT object.
- Parameters
module (
st.zwave.CommandClass.DoorLock
) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.OperationReportV3Args
) – command-specific arguments
- serialize()
Serialize v3 or forward-compatible v4 DOOR_LOCK_OPERATION_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v3 or forward-compatible v4 DOOR_LOCK_OPERATION_REPORT payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.DoorLock.OperationReportV3Args
- current_door_lock_mode: integer
- inside_door_handles_mode: integer
[0,15]
- outside_door_handles_mode: integer
[0,15]
- door_condition: integer
[0,255]
- lock_timeout_minutes: integer
[0,255]
- lock_timeout_seconds: integer
[0,255]
- target_door_lock_mode: integer
- duration: number or str
[0,7560] or “unknown” or “reserved”