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

Release matter drivers #302

Merged
merged 1 commit into from Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions drivers/SmartThings/matter-lock/config.yml
@@ -0,0 +1,4 @@
name: 'Matter Lock'
packageKey: 'matter-lock'
permissions:
matter: {}
23 changes: 23 additions & 0 deletions drivers/SmartThings/matter-lock/fingerprints.yml
@@ -0,0 +1,23 @@
matterManufacturer:
# Samsung SVT
- id: "Samsung/DoorLock/Android"
deviceLabel: Samsung Door Lock Android
vendorId: 0x10E1
productId: 0x1002
deviceProfileName: base-lock
- id: "Samsung/DoorLock/Thread"
deviceLabel: Samsung Door Lock Thread
vendorId: 0x10E1
productId: 0x2002
deviceProfileName: base-lock
- id: "Samsung/DoorLock/Wifi"
deviceLabel: Samsung Door Lock WiFi
vendorId: 0x10E1
productId: 0x3002
deviceProfileName: base-lock
matterGeneric:
- id: "matter/door-lock"
deviceLabel: Matter Door Lock
deviceTypes:
- id: 0x000A # Door Lock
deviceProfileName: base-lock
16 changes: 16 additions & 0 deletions drivers/SmartThings/matter-lock/profiles/base-lock.yml
@@ -0,0 +1,16 @@
name: base-lock
components:
- id: main
capabilities:
- id: lock
version: 1
- id: lockCodes
version: 1
- id: tamperAlert
version: 1
- id: battery
version: 1
- id: refresh
version: 1
categories:
- name: SmartLock
14 changes: 14 additions & 0 deletions drivers/SmartThings/matter-lock/profiles/lock-without-codes.yml
@@ -0,0 +1,14 @@
name: lock-without-codes
components:
- id: main
capabilities:
- id: lock
version: 1
- id: battery
version: 1
- id: tamperAlert
version: 1
- id: refresh
version: 1
categories:
- name: SmartLock