Skip to content

Commit

Permalink
Merge pull request #1602 from SmartThingsCommunity/bugfix/not-fully-l…
Browse files Browse the repository at this point in the history
…ocked

matter-lock: Add 'not fully locked' to the embedded device config
  • Loading branch information
tpmanley authored Aug 30, 2024
2 parents a4529e9 + 9b3084e commit 5b471ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/SmartThings/matter-lock/profiles/base-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
enabledValues:
- locked
- unlocked
- unknown
- not fully locked
- id: lockCodes
version: 1
- id: tamperAlert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
enabledValues:
- locked
- unlocked
- unknown
- not fully locked
- id: lockAlarm
version: 1
- id: firmwareUpdate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
enabledValues:
- locked
- unlocked
- unknown
- not fully locked
- id: lockAlarm
version: 1
- id: battery
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
enabledValues:
- locked
- unlocked
- unknown
- not fully locked
- id: battery
version: 1
- id: firmwareUpdate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
enabledValues:
- locked
- unlocked
- unknown
- not fully locked
- id: battery
version: 1
- id: tamperAlert
Expand Down

0 comments on commit 5b471ef

Please sign in to comment.