Skip to content

Commit 36f76d6

Browse files
bricamacstas-demydiuk
authored andcommitted
Add the support of XIAOMI Aqara LLKZMK11LM Two-way Control Module
1 parent ad42988 commit 36f76d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adapters/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from adapters.lumi.WXKG11LM import WXKG11LM
3030
from adapters.lumi.WXKG12LM import WXKG12LM
3131
from adapters.lumi.ZNCZ02LM import ZNCZ02KM
32+
from adapters.lumi.LLKZMK11LM import LLKZMK11LM
3233
from adapters.samsung.sensor_arrival import SensorArrival
3334
from adapters.samsung.sensor_door import SmartThingsDoorSensor
3435
from adapters.philips.hue_dimmer_switch import HueDimmerSwitch
@@ -283,6 +284,7 @@
283284
'WXKG12LM': WXKG12LM, # Xiaomi Aqara wireless switch (with gyroscope)
284285
'ZNCZ02LM': ZNCZ02KM, # Xiaomi Mi power plug ZigBee
285286
'ZNLDP12LM': DimmableCtBulbAdapter, # Xiaomi Aqara smart LED bulb
287+
'LLKZMK11LM':LLKZMK11LM, # Xiaomi Aqara Two-way Control Module
286288
# iCasa
287289
'ICZB-IW11D': DimmableBulbAdapter, # iCasa Zigbee 3.0 Dimmer
288290
# ilux

0 commit comments

Comments
 (0)