spacemanspiff2007
spacemanspiff2007
I don't understand what you are trying to say. If you look at the [docs](https://www.openhab.org/docs/configuration/websocket.html#filter-by-source-openhab-websocket-filter-source) the filter is created by sending a `WebSocketEvent` with a magic topic. The easiest way...
> Looking at the code, you should be able to cancel all filters by sending an empty array in the payload. What if I want to only cancel only one...
> You should be able to cancel an individual filter by sending an empty array in its payload, this should work for all filter types. I try to make my...
This would be a huge step foreward since I keep my notes already in a custom folder. In which version is the available (I still got 1.4.1 from the playstore.
I think it makes sense to display the enum values under "Constraints": E.g. for the ``user_type`` field above I would have expected something like this: ```` Constraints: - one of...
@jimtng Thanks for thinking of HABApp! It's currently is using and processing this timestamp so that would be a breaking change which I would have to incorporate. I definitely support...
> You mean converting all of the timestamps from long to a timestamp formatted as string? My concern there is that there can be a lot of timestamp-value combinations in...
It my seem like the prefix is the key name from the configuration file but the prefix name is an arbitrary prefix and not the config key. It just happens...
@Rosi2143 I follow your argument that the `param` config entry should be renamed `params`. Dev-5 implements this in a backwards compatible way.