File tree Expand file tree Collapse file tree
matter-lock/src/new-matter-lock Expand file tree Collapse file tree Original file line number Diff line number Diff line change 354354
355355local 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 )
357361end
358362
359363local function driver_switched (driver , device )
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments