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

Normalize Metadata configuration from managed provider

Open J-N-K opened this issue 3 years ago • 0 comments

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 provided by the managed provider.

Signed-off-by: Jan N. Klug [email protected]

J-N-K avatar May 11 '22 18:05 J-N-K