openhab-core
openhab-core copied to clipboard
REST response default persistence strategy when no persistence configuration
The persistence REST response, when no persistence configuration is available, is a 404 at the moment.
This PR changes that and will serve a persistence configuration matching the default persistence strategy for the persistence service if one is available.
This allows the UI to show this default strategy if none is configured and the user to change this default in the UI.