Skip to content

Commit

Permalink
Nuki SmartLock Pull Request (#868)
Browse files Browse the repository at this point in the history
* Nuki SmartLock Pull Request

Adding this profile and fingerprint for Nuki Matter Smart Lock WWST Certification.

* Rename

* Update fingerprints.yml

Updating device profile name and removed extra space

* Update and rename lock-without-codes-or-tamper.yml to lock-nocodes-notamper

Updated filename and Name field with lock-nocodes-notamper

* Rename lock-nocodes-notamper to lock-nocodes-notamper.yml

added .yml to filename

---------

Co-authored-by: lelandblue <[email protected]>
  • Loading branch information
Brianj94 and lelandblue authored Nov 15, 2023
1 parent 9d3d95d commit fc10266
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
matterManufacturer:
#Nuki
- id: "Nuki Smart Lock"
deviceLabel: Nuki Smart Lock
vendorId: 0x135d
productId: 0xb0
deviceProfileName: lock-nocodes-notamper
matterGeneric:
- id: "matter/door-lock"
deviceLabel: Matter Door Lock
Expand Down
21 changes: 21 additions & 0 deletions drivers/SmartThings/matter-lock/profiles/lock-nocodes-notamper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: lock-nocodes-notamper
components:
- id: main
capabilities:
- id: lock
version: 1
config:
values:
- key: "lock.value"
enabledValues:
- locked
- unlocked
- unknown
- id: battery
version: 1
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: SmartLock

0 comments on commit fc10266

Please sign in to comment.