openhab-core icon indicating copy to clipboard operation
openhab-core copied to clipboard

REST response default persistence strategy when no persistence configuration

Open mherwege opened this issue 1 year ago • 0 comments

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.

mherwege avatar Mar 07 '24 16:03 mherwege