Skip to content

Commit

Permalink
Add events for 3D face locks
Browse files Browse the repository at this point in the history
Fixes #199
  • Loading branch information
jbergler authored Mar 9, 2025
1 parent de5ddac commit 9bd0b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/ttlock/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ def __init__(self, event_id: int):
Action.unknown, "Lock with QR code failed, the lock is double locked"
),
63: EventDescription(Action.unlock, "auto unlock at passage mode"),
67: EventDescription(Action.unlock, "3D Face Unlock Success"),
68: EventDescription(Action.unknown, "3D Face Unlock Failed (Locked)"),
69: EventDescription(Action.lock, "Locked via 3D Face"),
71: EventDescription(Action.unknown, "3D Face Recognition Failed (Expired)"),
}

@property
Expand Down

0 comments on commit 9bd0b9a

Please sign in to comment.