Is there already a way to make a Matter switch? #24
-
|
I made a "light switch" that reacts to button presses by flashing a NeoPixel red. It connects to Home Assistant and allows binding to on/off server clusters. However, I can’t find a low-code command to send commands to the bound clusters to toggle or turn them on/off (or control level, color, or similar). Since there’s no switch example product yet, I’m unsure how to proceed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
ESP LowCode Matter does not have support for such "client" devices yet. This includes "light switch" which requires sending commands as well as "generic switch" which requires sending events. We'll consider adding these in the future. It will get LowCode closer to supporting all the device types. |
Beta Was this translation helpful? Give feedback.
ESP LowCode Matter does not have support for such "client" devices yet. This includes "light switch" which requires sending commands as well as "generic switch" which requires sending events.
We'll consider adding these in the future. It will get LowCode closer to supporting all the device types.