How to add 2 LevelControl in one Endpoint #1000
Answered
by
JimBuzbee
MatthieuCa
asked this question in
Q&A
-
Hello! I am playing around with matter. js but I am facing a problem. I want to connect a device that needs a control of the speed and the dimmer. I was wondering if someone knows how to implement a double Level Control on a device? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
JimBuzbee
Jul 8, 2024
Replies: 1 comment 4 replies
-
Take a look at the ComposedDevice example that shows how to combine capabilities into a single device. But one big question will be how controllers like Google, Apple, Home Assistant, Alexa, etc, will handle it. They may just ignore the second level control. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Apollon77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Take a look at the ComposedDevice example that shows how to combine capabilities into a single device. But one big question will be how controllers like Google, Apple, Home Assistant, Alexa, etc, will handle it. They may just ignore the second level control.