We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've some trouble to understand the color transitions:
const ctrl = "wifilight.0.192_168_178_37"; function rand(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; } function setRand() { const cmd = `r: ${rand(0,100)}, g: ${rand(0,100)}, b: ${rand(0,100)}, transition: 3`; setState(ctrl + '.command', cmd) } setInterval(setRand, 3*1000);
on every trigger the color switches to white and transitions to the rgb value. I would expect to have the transition from the current color.
The text was updated successfully, but these errors were encountered:
This issue was moved to iobroker-community-adapters/ioBroker.wifilight#5
Sorry, something went wrong.
No branches or pull requests
I've some trouble to understand the color transitions:
on every trigger the color switches to white and transitions to the rgb value. I would expect to have the transition from the current color.
The text was updated successfully, but these errors were encountered: