File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
drivers/SmartThings/zigbee-switch/src/aqara-light Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 44return function (opts , driver , device )
55 local FINGERPRINTS = {
66 { mfr = " LUMI" , model = " lumi.light.acn004" },
7- { mfr = " Aqara" , model = " lumi.light.acn014" }
7+ { mfr = " Aqara" , model = " lumi.light.acn014" },
8+ { mfr = " LUMI" , model = " lumi.light.cwacn1" }
89 }
910
1011 for _ , fingerprint in ipairs (FINGERPRINTS ) do
Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ local PRIVATE_CLUSTER_ID = 0xFCC0
1515local PRIVATE_ATTRIBUTE_ID = 0x0009
1616local MFG_CODE = 0x115F
1717
18- local FINGERPRINTS = {
19- { mfr = " LUMI" , model = " lumi.light.acn004" },
20- { mfr = " Aqara" , model = " lumi.light.acn014" },
21- { mfr = " LUMI" , model = " lumi.light.cwacn1" }
22- }
23-
2418local function do_refresh (self , device )
2519 device :send (OnOff .attributes .OnOff :read (device ))
2620 device :send (Level .attributes .CurrentLevel :read (device ))
You can’t perform that action at this time.
0 commit comments