Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Devices (Matter Lock) Nuki #1857

Merged
merged 4 commits into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions drivers/SmartThings/matter-lock/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,31 @@ matterManufacturer:
productId: 0x0003
deviceProfileName: lock-nocodes-notamper-batteryLevel
#Nuki
- id: "Nuki Smart Lock Pro"
deviceLabel: Nuki Smart Lock Pro
vendorId: 0x135d
productId: 0xb1
- id: "4957/161"
deviceLabel: Nuki Smart Lock Ultra
vendorId: 0x135D
productId: 0x00A1
deviceProfileName: lock-nocodes-notamper
- id: "Nuki Smart Lock"
deviceLabel: Nuki Smart Lock
vendorId: 0x135d
productId: 0xb0
deviceProfileName: lock-nocodes-notamper
- id: "4957/161"
deviceLabel: Nuki Smart Lock Ultra
- id: "Nuki Smart Lock Pro"
deviceLabel: Nuki Smart Lock Pro
vendorId: 0x135d
productId: 0xb1
deviceProfileName: lock-nocodes-notamper
- id: "4957/178"
deviceLabel: Nuki Smart Lock Pro
vendorId: 0x135D
productId: 0x00A1
productId: 0x00B2
deviceProfileName: lock-nocodes-notamper
- id: "4957/193"
deviceLabel: Nuki Smart Lock Go
vendorId: 0x135D
productId: 0x00C1
deviceProfileName: lock-nocodes-notamper
matterGeneric:
- id: "matter/door-lock"
deviceLabel: Matter Door Lock
Expand Down
Loading