You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Door Lock CC is mandatory for controller minimal control (§7.2.5.2). It handles lock/unlock operations, bolt status, and door sensor status for smart locks.
Scope:
DoorLockCommandClass : CommandClass<DoorLockCommand> with [CommandClass(CommandClassId.DoorLock)]
Door Lock CC is mandatory for controller minimal control (§7.2.5.2). It handles lock/unlock operations, bolt status, and door sensor status for smart locks.
Scope:
DoorLockCommandClass : CommandClass<DoorLockCommand>with[CommandClass(CommandClassId.DoorLock)]OperationSetAsync(DoorLockMode mode)- lock/unlock (Secured, Unsecured, UnsecuredWithTimeout, etc.)OperationGetAsync()→ current lock mode, door condition (open/closed), bolt/latch status, lock timeout config, target mode + duration (v4)ConfigurationSetAsync(...)- operation type (constant/timed), lock timeout, auto-relock, hold-and-release, block-to-block, twist-assist (v4)ConfigurationGetAsync()→ current configurationCapabilitiesGetAsync()→ supported operation types, modes, door components, auto-relock support, etc. (v4)OperationReportfrom lifeline