[miio] Add support 3 yeelights (#11492)
Add support for yeelink.light.mono6 - Mi Smart LED Bulb yeelink.light.monoa - Yeelight LED smart bulb W3(dimmable) yeelink.light.monob - Yeelight GU10 Smart Bulb W1(dimmable) Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
This commit is contained in:
@@ -317,6 +317,9 @@ public enum MiIoDevices {
|
||||
YEELINK_LIGHT_MONO2("yeelink.light.mono2", "Yeelight White Bulb v2", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_MONO4("yeelink.light.mono4", "Yeelight LED Bulb 1S(Dimmable)", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_MONO5("yeelink.light.mono5", "Yeelight LED Filament Bulb", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_MONO6("yeelink.light.mono6", "Mi Smart LED Bulb", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_MONOA("yeelink.light.monoa", "Yeelight LED smart bulb W3(dimmable)", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_MONOB("yeelink.light.monob", "Yeelight GU10 Smart Bulb W1(dimmable)", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_PANEL1("yeelink.light.panel1", "Yeelight Whiteglow Panel Light", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_STRIP1("yeelink.light.strip1", "Yeelight Lightstrip", THING_TYPE_BASIC),
|
||||
YEELINK_LIGHT_STRIP2("yeelink.light.strip2", "Yeelight Lightstrip Plus", THING_TYPE_BASIC),
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
"parameterType": "NUMBER"
|
||||
}
|
||||
],
|
||||
"readmeComment": "Value mapping [\"1\"\u003d\"Low\",\"2\"\u003d\"Medium\",\"4\"\u003d\"High\"]"
|
||||
"readmeComment": "Value mapping `[\"1\"\u003d\"Low\",\"2\"\u003d\"Medium\",\"4\"\u003d\"High\"]`"
|
||||
},
|
||||
{
|
||||
"property": "fault",
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
"yeelink.light.mono2",
|
||||
"yeelink.light.mono4",
|
||||
"yeelink.light.mono5",
|
||||
"yeelink.light.mono6",
|
||||
"yeelink.light.monoa",
|
||||
"yeelink.light.monob",
|
||||
"yeelink.light.panel1",
|
||||
"yeelink.light.virtual"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user