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
When adding a group of lights that can be dimmed, each step of a dial will increment by 1, using the base value of 0-255 for brightness. is there a way to either change this to a step value (eg 25) or have it use a percentage value, currently twisting the dials for large changes floods the api with small changes.
The text was updated successfully, but these errors were encountered:
I'll keep that request in mind for the next enhancements.
I also experimented with only sending the last value after you stopped twisting the dial for 500ms. Currently I'm waiting for the "big update" promised by the Loupedeck guys on their Discord before doing any major refactorings.
When adding a group of lights that can be dimmed, each step of a dial will increment by 1, using the base value of 0-255 for brightness. is there a way to either change this to a step value (eg 25) or have it use a percentage value, currently twisting the dials for large changes floods the api with small changes.
The text was updated successfully, but these errors were encountered: