DimmableLight

Hello community!

We are working on a binding, where one of the things we want to implement is a DimmableLight. When we define the channel of this category, we obtain an On / Off and a Level Control. However, we have the following problem:

Whenever the channel receives an ON state, the percentage is automatically set to 100, and when it receives an OFF, it is set to 0. Is it possible to make these events independent without creating 2 different channels?

BR,
Randy

How do you handle the on/off in the binding? Because it’s set to 100/0 if you set those values in binding when receiving the on/off command.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.