-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Add support for channel-groups to update instructions #3391
Conversation
Also noting that someone (@kaikreuzer?) will need to upload the revised xsd. |
...thing/src/main/java/org/openhab/core/thing/internal/update/RemoveChannelInstructionImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Jan N. Klug <github@klug.nrw>
636e1b1
to
d101dd3
Compare
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-4-0-snapshot-discussion/142322/221 |
@kaikreuzer : maybe something to merge (with corresponding add-ons PRs) before releasing the first milestone to get a first feedback from this new interesting feature (thing update). |
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.
Thanks!
FTR: I have published the updated xsd here: openhab/website@6ceb4f0 |
* Add support for channel-groups to update instructions Signed-off-by: Jan N. Klug <github@klug.nrw> GitOrigin-RevId: d0a0e6d
Follow-up to #3330
openhab/openhab-addons#14460 shows that we need channel-group support for the update instructions.