DoorLock#
Modules#
cc_door_lock_capabilities_report_t
Enumerations#
Door Lock Mode (8 bit) will set the door lock device in unsecured or secured mode as well as other peripheral settings.
Operation mode (1byte).
Supported Door Components Bitmask of supported door components.
Supported Door Handles Bitmask of supported door handles.
Typedefs#
Physical components of Door Lock.
Functions#
Latch status handler.
Bolt status handler.
Sets the Outside Door Handle State for a specific handle.
Clears the Outside Door Handle State for a specific handle.
Initiates change on the hardware that changes door lock mode.
Returns bolt state.
Macros#
Disabling Lock timeout minutes and seconds.
Enumeration Documentation#
door_lock_mode_t#
door_lock_mode_t
Door Lock Mode (8 bit) will set the door lock device in unsecured or secured mode as well as other peripheral settings.
1) Constant mode. Door will be unsecured until set back to secured mode by Command. 2) Timeout mode. Fallback to secured mode after timeout has expired (set by Door Lock Configuration Set). 3) This is Read Only State, i.e. Bolt is not fully retracted/engaged
Enumerator | |
---|---|
DOOR_MODE_UNSECURE | Door Unsecured 1) |
DOOR_MODE_UNSECURE_TIMEOUT | Door Unsecured with timeout 2) |
DOOR_MODE_UNSECURE_INSIDE | Door Unsecured for inside Door Handles 1) |
DOOR_MODE_UNSECURE_INSIDE_TIMEOUT | Door Unsecured for inside Door Handles with timeout 2) |
DOOR_MODE_UNSECURE_OUTSIDE | Door Unsecured for outside Door Handles 1) |
DOOR_MODE_UNSECURE_OUTSIDE_TIMEOUT | Door Unsecured for outside Door Handles with timeout 2) |
DOOR_MODE_UNKNOWN | Door/Lock State Unknown 3). |
DOOR_MODE_SECURED | Door Secured. |
38
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_operation_type_t#
cc_door_lock_operation_type_t
Operation mode (1byte).
The Operation Type field can be set to either constant or timed operation. When timed operation is set, the Lock Timer Minutes and Lock Timer Seconds fields MUST be set to valid values.
Enumerator | |
---|---|
DOOR_OPERATION_CONST | Constant operation. |
DOOR_OPERATION_TIMED | Timed operation. |
DOOR_OPERATION_RESERVED | 0X03..0XFF Reserved |
56
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_door_component_t#
cc_door_lock_door_component_t
Supported Door Components Bitmask of supported door components.
Set to 1 if corresponding component is supported.
Enumerator | |
---|---|
DOOR_COMPONENT_DOOR | |
DOOR_COMPONENT_BOLT | |
DOOR_COMPONENT_LATCH |
68
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_handle_t#
cc_door_lock_handle_t
Supported Door Handles Bitmask of supported door handles.
Set to 1 if corresponding handle is supported.
Enumerator | |
---|---|
DOOR_HANDLE_DISABLED | |
DOOR_HANDLE_1 | |
DOOR_HANDLE_2 | |
DOOR_HANDLE_3 | |
DOOR_HANDLE_4 |
79
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
Typedef Documentation#
door_lock_hw_data_t#
typedef struct _door_lock_hw_data_t door_lock_hw_data_t
Physical components of Door Lock.
Structure follows but it's not limited to requirement CC:0062.04.03.11.006 Structure can be expanded with additional HW components.
265
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
Function Documentation#
cc_door_lock_latch_set#
void cc_door_lock_latch_set (bool opened)
Latch status handler.
[in] | opened | Latch status. True if latch is opened, false if closed. |
Called when latch status is changed.
296
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_handle_set#
void cc_door_lock_handle_set (bool opened)
N/A | opened |
302
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_bolt_set#
void cc_door_lock_bolt_set (bool locked)
Bolt status handler.
[in] | locked | Bolt status. True if bolt is locked, false if unlocked. |
Called when bolt status is changed.
309
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
CC_DoorLock_SetOutsideDoorHandleState#
void CC_DoorLock_SetOutsideDoorHandleState (cc_door_lock_handle_t handle)
Sets the Outside Door Handle State for a specific handle.
N/A | handle | handle to be set |
316
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
CC_DoorLock_ClearOutsideDoorHandleState#
void CC_DoorLock_ClearOutsideDoorHandleState (cc_door_lock_handle_t handle)
Clears the Outside Door Handle State for a specific handle.
N/A | handle | handle to be cleared |
323
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_mode_hw_change#
uint8_t cc_door_lock_mode_hw_change (door_lock_mode_t mode)
Initiates change on the hardware that changes door lock mode.
N/A | mode | Door Lock Mode to be set |
Can be called after operation has been triggered locally, or valid Operation Set command was received
Returns
Remaining duration in seconds
334
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
door_lock_hw_bolt_is_unlocked#
bool door_lock_hw_bolt_is_unlocked (void )
Returns bolt state.
N/A |
Returns
True if unlocked, false if locked
340
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
door_lock_hw_latch_is_closed#
bool door_lock_hw_latch_is_closed (void )
N/A |
Returns
346
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
door_lock_hw_handle_is_pressed#
bool door_lock_hw_handle_is_pressed (void )
N/A |
Returns
352
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h
cc_door_lock_get_operation_type#
cc_door_lock_operation_type_t cc_door_lock_get_operation_type (void )
N/A |
17
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_config_api.h
cc_door_lock_get_supported_inside_handles#
cc_door_lock_handle_t cc_door_lock_get_supported_inside_handles (void )
N/A |
19
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_config_api.h
cc_door_lock_get_supported_outside_handles#
cc_door_lock_handle_t cc_door_lock_get_supported_outside_handles (void )
N/A |
21
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_config_api.h
cc_door_lock_get_options_flags#
uint8_t cc_door_lock_get_options_flags (void )
N/A |
23
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_config_api.h
cc_door_lock_get_max_auto_relock_time#
uint16_t cc_door_lock_get_max_auto_relock_time (void )
N/A |
25
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_config_api.h
cc_door_lock_get_max_hold_and_release_time#
uint16_t cc_door_lock_get_max_hold_and_release_time (void )
N/A |
27
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_config_api.h
cc_door_lock_write#
bool cc_door_lock_write (cc_door_lock_data_t * door_lock_data)
N/A | door_lock_data |
16
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_io.h
cc_door_lock_read#
bool cc_door_lock_read (cc_door_lock_data_t * door_lock_data)
N/A | door_lock_data |
17
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_io.h
cc_door_lock_migrate#
void cc_door_lock_migrate (void )
N/A |
18
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/src/cc_door_lock_io.h
Macro Definition Documentation#
DOOR_LOCK_OPERATION_SET_TIMEOUT_NOT_SUPPORTED#
#define DOOR_LOCK_OPERATION_SET_TIMEOUT_NOT_SUPPORTEDValue:
0xFE
Disabling Lock timeout minutes and seconds.
270
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/DoorLock/inc/CC_DoorLock.h