Skip to content

Commit 17419ad

Browse files
committed
add support for seomsh.light.wy0a01
1 parent eb74fc2 commit 17419ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

custom_components/xiaomi_gateway3/core/devices.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,6 +2399,13 @@
23992399
ColorTempKelvin("color_temp", mi="2.p.3", mink=2700, maxk=6000),
24002400
MapConv("mode", "select", mi="2.p.7", map={0: "WY", 4: "Lighting", 5: "Night Light", 7: "Warmth", 8: "TV", 9: "Reading", 10: "Computer", 11: "Hospitality", 12: "Entertainment", 13: "Wake Up", 14: "Dusk", 15: "Sleep", 16: "Mode-1", 17: "Mode-2", 18: "Mode-3", 19: "Mode-4"})
24012401
]
2402+
}, {
2403+
22809: ["seomsh", "星月影智能筒射灯", "wy0a01", "seomsh.light.wy0a01"],
2404+
"spec": [
2405+
BaseConv("light", "light", mi="2.p.1"),
2406+
BrightnessConv("brightness", mi="2.p.2", max=100),
2407+
ColorTempKelvin("color_temp", mi="2.p.3", mink=2700, maxk=6000),
2408+
]
24022409
}, {
24032410
17048: ["NOVO", "Smart curtain", "novo.curtain.k25"],
24042411
"spec": [

0 commit comments

Comments
 (0)