J-N-K

Results 44 issues of J-N-K

There were some reports on the forum that de-serialized values (and probably other) do not have the correct type. We already normalize thing configurations when they are set via REST...

enhancement

Closes #926 May I ask for guidance for the correct endpoint? Originally I thought that `/things/{thingUid}/action` would be a good idea but it turned out that having two classes providing...

enhancement
REST/SSE

Fixes #1904 The reason is that GSON de-serializes numeric metadata configuration values from JSON storage to `Double`, while textual defined values are `BigDecimal`. This PR adds normalization of the entries...

bug

Closes #2201 Depends on #2852 This introduces a profile that can be used on all channel types and all item types with all available script languages. Input/Output values can either...

enhancement

Closes #2977 The approach here is a little bit broader than what was originally requested. The new endpoint delivers the item matching the provided semantic tag for a given item....

enhancement

Depends on https://github.com/openhab/openhab-distro/pull/1383 This adds a REST resource to add/change the Jetty server certificate. An empty DTO resets the certificate to a self-signed certificate. Originally I thought about a `WatchService`...

enhancement
REST/SSE

Closes #1391 This creates event information for time-based triggers (DateTimeTrigger, GenericCronTrigger, TimeOfDayTrigger). The topic contains the trigger type, the trigger id (or label) is passed as source and the trigger...

enhancement

Closes #2228 Two special rule names are created `scriptLoaded` and `scriptUnloaded`. They do not require triggers and can access all global variables in the script. It feels a bit hacky...

enhancement
DSL rules

Closes #2084 Closes #2881 Closes #2943 Depends on #2886 This implements option 1 that was discussed in #2084 (which seems to be what most comments prefer). It is remotely based...

enhancement

Currently depending on platform and locale the same bytes `26 2B 31 00 00 0E` received from the bus result in different representation `14,9 16,9 19,2 - %` or `14.9...