Skip to content

Commit

Permalink
Merge pull request #1264 from MisterCommand/add-ftd.light.ftdlmp
Browse files Browse the repository at this point in the history
Add support for Mesh Light ftd.light.ftdlmp
  • Loading branch information
AlexxIT authored Jan 18, 2024
2 parents e7943c2 + fb08807 commit f8cca98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/xiaomi_gateway3/core/converters/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,9 @@
]
}, {
# https://home.miot-spec.com/spec/jymc.light.falmp
# https://home.miot-spec.com/spec/ftd.light.ftdlmp
10729: ["Unknown", "Mesh Light", "jymc.light.falmp"],
12066: ["Unknown", "Mesh Light", "ftd.light.ftdlmp"],
"spec": [
Converter("light", "light", mi="2.p.1"),
BrightnessConv("brightness", mi="2.p.2", parent="light", max=100),
Expand Down

0 comments on commit f8cca98

Please sign in to comment.