altaroca
altaroca
I have added fixed length array support (#5313) for typescript. Needed this for a project of mine. I have not done intensive testing. It works for my project though. Thought...
please refer to #844 this adds a method `BaseThingHandler.updateHistoricState (ChannelUID channelUID, State state, ZonedDateTime dateTime)` and all logic to route the corresponding `ItemHistoricStateEvent` through the core to the persistence layer...
See explanation in in the issue openhab/openhab-webui#1290 things to consider: - testing for this will be difficult as it changes some logic at the heart of the ui. - testing...
## The problem as mentioned here openhab/openhab-core#150 > it is often desired to run OH within the scope of an URL-path-prefix, i.e. not in the web-server's root (/). As an...