-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Optimization #421
Optimization #421
Conversation
@Jey-Cee Now I've tried a few things again with a fresh installation and only have this one-time warning. What do you think of it?
|
Without any context it isnt easy to say anything about this message. |
This message always appears the first time a switch is pressed and then no longer appears. But actually I meant the PR. |
I always test the changes with a new installation to detect errors early. |
Changes:
|
Transition time is available on groups, so there is no reason to remove it. -> https://dresden-elektronik.github.io/deconz-rest-doc/endpoints/groups/#set-group-state |
I didn't delete it from action but from state. list["action"] Lines 995 to 1003 in 42c781f
list["state"]: Lines 1004 to 1009 in 42c781f
So it still works. |
Sorry i dont understand the question. |
I hope it's more understandable now. |
Yes, they are two booleans. |
That was the basic question and no, these two booleans have no transition time. |
But otherwise the PR is ok or should I change something else? |
no its ok. Please update version and write the changelog, then we can release a beta for testing. |
It's done |
@Jey-Cee Also fixes code:400 warning when creating dimspeed and the jump from bri to 1 when selecting dimup/dimdown before the device is on.