The way how the widget id (unique identifier of any sitemap widget in a sitemap) is implemented in the core framework defines a constraint on the number of widgets that can be part of a frame or in a sub-page.
This is a coding on 2 characters (for each level of depth, so the limit is 100 items (00 - 99).
I propose to change this coding from 2 to 3 characters, this will allow 1000 items (000-999).
@openhab/android-maintainers @openhab/ios-maintainers Please first confirm that there is no dependency on how is coded this widget ID in the Android and iOS apps.
@Andi-Coder for information
The way how the widget id (unique identifier of any sitemap widget in a sitemap) is implemented in the core framework defines a constraint on the number of widgets that can be part of a frame or in a sub-page.
This is a coding on 2 characters (for each level of depth, so the limit is 100 items (00 - 99).
I propose to change this coding from 2 to 3 characters, this will allow 1000 items (000-999).
@openhab/android-maintainers @openhab/ios-maintainers Please first confirm that there is no dependency on how is coded this widget ID in the Android and iOS apps.
@Andi-Coder for information