Florian Hotze
Florian Hotze
In https://github.com/openhab/openhab-core/pull/2911 the ability to name timers/scheduled jobs was added to openHAB. To ease debugging, we should name timers created by the `setTimeout` & `setInterval` polyfills after the rule UID...
Required to fix https://github.com/openhab/openhab-webui/issues/2461. Currently when adding a new script action or script condition to a rule in the UI, the first thing the user sees is a red error...
As there are no registry listeners to use, I decided to listen to `AddonEvent`s. /cc @jimtng
This is a feature request to add a REST endpoint, where Jetty‘s TLS certificate can be retrieved. This would allow the UI to provide the user a simple and convenient...
With support for future states in persistence added in #3597, we need to provide access to future states stored on persistence from scripts. I therefore propose to extend [`org.openhab.core.persistence.extensions.PersistenceExtensions`](https://www.openhab.org/javadoc/latest/org/openhab/core/persistence/extensions/persistenceextensions) with...
/cc @jimtng This seems to fix the issue, however now the browser history behaves different.
In https://github.com/openhab/openhab-core/pull/3646, REST endpoint to manage the semantic tabs were added. Main UI is currently missing a page to edit those, therefore a semantic tags edit page should be added...
Fixes #2219.