We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9367722 commit 4ae62a3Copy full SHA for 4ae62a3
1 file changed
miio/gateway/devices/subdevices.yaml
@@ -618,6 +618,22 @@
618
unit: Watt
619
get: get_property_exp
620
621
+- zigbee_id: lumi.plug.mmeu01
622
+ model: ZNCZ04LM
623
+ type_id: -2
624
+ name: Plug
625
+ type: Switch
626
+ class: Switch
627
+ getter: get_prop_plug
628
+ setter: toggle_plug
629
+ properties:
630
+ - property: neutral_0 # 'on' / 'off'
631
+ name: status_ch0
632
+ get: get_property_exp
633
+ - property: load_power
634
+ unit: Watt
635
636
+
637
- zigbee_id: lumi.ctrl_86plug.v1
638
model: QBCZ11LM
639
type_id: 17
0 commit comments