-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[openwebnet] fixed generic_device thing-type, improved refresh at boot #12489
Conversation
…evices refresh at boot Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Changing a thing type is a breaking change for any user that already defined these things. Do you really want to change that? In this case, a specific notr in the 3.3 release notes would be expected. |
actually this is a thing-type never used practically: it’s just used to highlight not recognized devices during discovery (where the right name Formally is a breaking change, but practically no one should have never used (and will never use) this thing-type as it’s useless from manual configuration perspective. It's also not documented in the README supported Things section. Should one user have used it in file configuration, it would not work anyway as current name is not aligned with the rest of the code, so practically it’s a bug. However if you prefer I can put a breaking change Notice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Not necessary if you think it adds no value for the final user. |
Before I merge, I read that in your description:
What I see is no line removed but a blank line added. |
ok so no breaking change notice (should the label be removed then?). I removed the (wrong) mention to the README. Thanks! |
I think we can keep the label. As you said: "Formally is a breaking change". |
…evices refresh at boot (openhab#12489) Signed-off-by: Massimo Valla <mvcode00@gmail.com> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
…evices refresh at boot (openhab#12489) Signed-off-by: Massimo Valla <mvcode00@gmail.com>
…evices refresh at boot (openhab#12489) Signed-off-by: Massimo Valla <mvcode00@gmail.com> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
…evices refresh at boot (openhab#12489) Signed-off-by: Massimo Valla <mvcode00@gmail.com>
Fixed
generic_device
thing-type (used when a BTicino device cannot be recognized) and added a time limit to devices refresh at boot/reconnect.