-
-
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 Input widget to main UI sitemap configuration and REST API #3431
Conversation
29d8b4c
to
1a99385
Compare
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
@J-N-K : can you please have a look? |
1a99385
to
bb11a29
Compare
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
bb11a29
to
e134670
Compare
This PR looks good to me. |
The UIComponentSitemapProvider is specifically for configuring sitemaps in MainUI. That was the original content of of this PR. The REST part got added afterwards. |
Good to know, thank you for the information, it was not clear for me what is this provider. |
@lolodomo @J-N-K @mueller-ma I have now created a PR#3337 to support input elements in the Android app. To be able to further test and review, this PR should be merged first as it relies on it. Any chance to have a look? |
Already approved by myself but I am not a maintainer of the core framework, I cannot help more. |
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
Recreated #3419 as there was a mixup in my local branches.
This was missed in openhab/openhab-webui#1735
Extended to cover REST API and inputHint parameter to the Input element.