Skip to content

Commit

Permalink
Merge pull request #1170 from justbin95/master
Browse files Browse the repository at this point in the history
Add support for PTX Mesh Light (090615.light.mdd02, 090615.light.cxlg01)
  • Loading branch information
AlexxIT authored Oct 16, 2023
2 parents cbd93a3 + 6cfdd45 commit 0610f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/xiaomi_gateway3/core/converters/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1695,6 +1695,8 @@
# brightness 1..100, color_temp 2700..6500
3416: ["PTX", "Mesh Downlight", "090615.light.mlig01"],
4924: ["PTX", "Mesh Downlight", "090615.light.mlig02"],
4945: ["PTX", "Mesh Lightstrip", "090615.light.mdd02"],
7057: ["PTX", "Mesh Light", "090615.light.cxlg01"],
15169: ["PTX", "Mesh Downlight", "090615.light.mylg04"],
"spec": [
Converter("light", "light", mi="2.p.1"),
Expand Down Expand Up @@ -1780,7 +1782,7 @@
})
]
}, {
15745: ["Yeelight", "Mesh Downlight Z1", "YCCSLI001"], # justbin95
15745: ["Yeelight", "Mesh Downlight Z1", "YCCSLI001"],
"spec": [
Converter("light", "light", mi="2.p.1"),
BrightnessConv("brightness", mi="2.p.2", parent="light", max=100),
Expand Down

0 comments on commit 0610f0b

Please sign in to comment.