You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently dimmers are exposed with both on/off and dimmer level on the same attribute.
Looking at other solutions they split these two objects into two groups.
Example
server/room/Dimmer/switch (on/off)
server/room/Dimmer/level (dim level)
Might it be beneficial to use an similar approach? Making the mqtt plugin more friendly for other systems.
The text was updated successfully, but these errors were encountered:
Currently dimmers are exposed with both on/off and dimmer level on the same attribute.
Looking at other solutions they split these two objects into two groups.
Example
server/room/Dimmer/switch (on/off)
server/room/Dimmer/level (dim level)
Might it be beneficial to use an similar approach? Making the mqtt plugin more friendly for other systems.
The text was updated successfully, but these errors were encountered: