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
Is it possible to change the transition time between 2 colors from the api or mqtt ?
That would be perfect 👍
The text was updated successfully, but these errors were encountered:
Change light transition time via MQTT or API (#1412)
fcf59d0
Pushed to dev branch. Can you check this?
dev
Via MQTT:
mosquitto_pub -t ESPURNA_XXXXXX/transition/set -m 1000
Via API (with RESTFUL API disabled):
curl "http://192.168.1.20/api/transition?apikey=0123456789ABCDEF&value=500"
You can set the transition time to 0 to disable color transitions.
Sorry, something went wrong.
that works perfectly ... thx a lot
No branches or pull requests
Is it possible to change the transition time between 2 colors from the api or mqtt ?
That would be perfect 👍
The text was updated successfully, but these errors were encountered: