Skip to content

Commit 5ab11d7

Browse files
authored
Merge branch 'main' into feature/support-keypair-generation
2 parents 0a85c67 + 4b4a24c commit 5ab11d7

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

drivers/SmartThings/matter-lock/src/new-matter-lock/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ end
354354

355355
local function do_configure(driver, device)
356356
match_profile(driver, device)
357+
device.thread:call_with_delay(5, function()
358+
device:emit_event(capabilities.lockAlarm.alarm.clear({state_change = true}))
359+
device:emit_event(capabilities.lockAlarm.supportedAlarmValues({"unableToLockTheDoor"}, {visibility = {displayed = false}})) -- lockJammed is mandatory
360+
end)
357361
end
358362

359363
local function driver_switched(driver, device)

drivers/SmartThings/matter-switch/fingerprints.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,16 @@ matterManufacturer:
753753
vendorId: 0x1387
754754
productId: 0x6094
755755
deviceProfileName: light-color-level
756+
- id: "4999/24646"
757+
deviceLabel: Govee TV Light Bar
758+
vendorId: 0x1387
759+
productId: 0x6046
760+
deviceProfileName: light-color-level
761+
- id: "4999/24662"
762+
deviceLabel: Govee RGBICWW Light Bar
763+
vendorId: 0x1387
764+
productId: 0x6056
765+
deviceProfileName: light-color-level
756766
# Hager
757767
- id: "4741/8"
758768
deviceLabel: Hager matter 2 buttons (battery)
@@ -1296,6 +1306,27 @@ matterManufacturer:
12961306
vendorId: 0x1423
12971307
productId: 0x00CD
12981308
deviceProfileName: light-level-colorTemperature
1309+
- id: "5155/265"
1310+
deviceLabel: Ceiling 13
1311+
vendorId: 0x1423
1312+
productId: 0x0109
1313+
deviceProfileName: light-level-colorTemperature
1314+
- id: "5155/266"
1315+
deviceLabel: LIFX Ceiling 13
1316+
vendorId: 0x1423
1317+
productId: 0x010A
1318+
deviceProfileName: light-level-colorTemperature
1319+
- id: "5155/267"
1320+
deviceLabel: LIFX Mirror
1321+
vendorId: 0x1423
1322+
productId: 0x010B
1323+
deviceProfileName: light-level-colorTemperature
1324+
- id: "5155/268"
1325+
deviceLabel: LIFX Mirror
1326+
vendorId: 0x1423
1327+
productId: 0x010C
1328+
deviceProfileName: light-level-colorTemperature
1329+
12991330
#LG
13001331
- id: "4142/8784"
13011332
deviceLabel: LG Smart Button (1 Button)

drivers/SmartThings/matter-switch/profiles/ikea-2-button-battery.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ deviceConfig:
3636
- component: main
3737
capability: battery
3838
version: 1
39+
- component: main
40+
capability: refresh
41+
version: 1
3942
- component: button2
4043
capability: button
4144
version: 1

0 commit comments

Comments
 (0)