Skip to content

[triggers] SystemStartlevelTrigger: Fix invalid type for startlevel#501

Merged
florian-h05 merged 3 commits intoopenhab:mainfrom
florian-h05:systemstartleveltrigger
Dec 1, 2025
Merged

[triggers] SystemStartlevelTrigger: Fix invalid type for startlevel#501
florian-h05 merged 3 commits intoopenhab:mainfrom
florian-h05:systemstartleveltrigger

Conversation

@florian-h05
Copy link
Contributor

With openHAB 5.1.0.M3 (compared to 5.1.0.M2), the
SystemStartlevelTrigger is broken due to a signature mismatch.
As defined in
https://github.com/openhab/openhab-core/blob/c8b101ff698d3e288379623a84001aeee08ff0fc/bundles/org.openhab.core.automation/src/main/resources/OH-INF/automation/moduletypes/SystemTriggers.json, the startlevel is expected to be an integer.

This adjusts the type and thereby fixed the SystemStartleveltrigger.

With openHAB 5.1.0.M3 (compared to 5.1.0.M2), the
SystemStartlevelTrigger is broken due to a signature mismatch.
As defined in
https://github.com/openhab/openhab-core/blob/c8b101ff698d3e288379623a84001aeee08ff0fc/bundles/org.openhab.core.automation/src/main/resources/OH-INF/automation/moduletypes/SystemTriggers.json, the startlevel is expected to be an integer.

This adjusts the type and thereby fixed the SystemStartleveltrigger.

Signed-off-by: Florian Hotze <dev@florianhotze.com>
@florian-h05 florian-h05 added this to the to be released milestone Dec 1, 2025
@florian-h05 florian-h05 requested a review from a team as a code owner December 1, 2025 10:22
@florian-h05 florian-h05 added the bug Something isn't working label Dec 1, 2025
Signed-off-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Florian Hotze <dev@florianhotze.com>
@florian-h05 florian-h05 merged commit bfa6e73 into openhab:main Dec 1, 2025
6 checks passed
@florian-h05 florian-h05 deleted the systemstartleveltrigger branch December 1, 2025 11:39
@florian-h05 florian-h05 modified the milestones: to be released, 5.16.0 Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant