Configuration Set
- class st.zwave.CommandClass.DoorLock.ConfigurationSet
Dynamically versioned DOOR_LOCK_CONFIGURATION_SET
Supported versions: 1,2,3,4; unique base versions: 1,4
- cmd_class: number
0x62
- cmd_id: number
0x04
- version: number
1,4
- args: st.zwave.CommandClass.DoorLock.ConfigurationSetV1Args or st.zwave.CommandClass.DoorLock.ConfigurationSetV4Args
- construct(module, args)
Construct a DOOR_LOCK_CONFIGURATION_SET object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.DoorLock
) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.ConfigurationSetV1Args or st.zwave.CommandClass.DoorLock.ConfigurationSetV4Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.DoorLock.ConfigurationSetV1: st.zwave.Command
v1 and forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_SET
- cmd_class: number
0x62
- cmd_id: number
0x04
- version: number
1
- args: st.zwave.CommandClass.DoorLock.ConfigurationSetV1Args
command-specific arguments
- init(module, args)
Initialize a v1 and forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_SET object.
- Parameters
module (
st.zwave.CommandClass.DoorLock
) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.ConfigurationSetV1Args
) – command-specific arguments
- serialize()
Serialize v1 or forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_SET arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 or forward-compatible v2,v3 DOOR_LOCK_CONFIGURATION_SET payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.DoorLock.ConfigurationSetV1Args
- 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.ConfigurationSetV4: st.zwave.Command
v4 DOOR_LOCK_CONFIGURATION_SET
- cmd_class: number
0x62
- cmd_id: number
0x04
- version: number
4
- args: st.zwave.CommandClass.DoorLock.ConfigurationSetV4Args
command-specific arguments
- init(module, args)
Initialize a v4 DOOR_LOCK_CONFIGURATION_SET object.
- Parameters
module (
st.zwave.CommandClass.DoorLock
) – command class module instanceargs (
st.zwave.CommandClass.DoorLock.ConfigurationSetV4Args
) – command-specific arguments
- serialize()
Serialize v4 DOOR_LOCK_CONFIGURATION_SET arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v4 DOOR_LOCK_CONFIGURATION_SET payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.DoorLock.ConfigurationSetV4Args
- 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