You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes I want a Sitemap page to contain all members of a group and an additional widget. Example: One page for controlling all roller shutters. This includes the members of the group where all roller shutters are in, but also a "settings" Switch item that enables automatic up/down based on daytime. A rule reads the switch and acts corresponding.
The change would apply to Group widget. I do not understand why you used Switch widget in your example ?
This is a pure but complex change in core framework to be sure that inline widgets will be updated in UIs. No changes required in UIs except of course the sitemap generator of Main UI.
I promise nothing but I will try to investigate.
Is your feature request related to a problem? Please describe.
Sometimes I want a Sitemap page to contain all members of a group and an additional widget. Example: One page for controlling all roller shutters. This includes the members of the group where all roller shutters are in, but also a "settings" Switch item that enables automatic up/down based on daytime. A rule reads the switch and acts corresponding.
Currently my code looks like:
That's some copy+paste work and requires maintenance when the group members change.
Describe the solution you'd like
Add a new property to allow the same page with the following code:
Additional context
The new property can be the same as in my suggestion in #4308:
inline
only makes sense for Groups, though.It can be resolved server-side, so no change is required in the clients.
Coordination between maintainers
Notify maintainers of other UIs:
@openhab/webui-maintainers
@openhab/android-maintainers
@openhab/ios-maintainers
Checklist for implementation:
The text was updated successfully, but these errors were encountered: