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

metadata difference between mainUI and .items

Open yfre opened this issue 4 years ago • 1 comments

following item created via .items text configuration Number temp_sensor {homekit="TemperatureSensor" [minValue=13, maxValue=43] } result in meta data minValue and maxValue with values of type BigDecimal.

the same item created via mainUI results in values of type Double

yfre avatar Dec 08 '20 20:12 yfre

I believe this is the same issue like https://github.com/openhab/openhab-core/issues/2687: textual and UI configuration do not result in the same data-types (here Double/BigDecimal, String/Boolean in the other case).

J-N-K avatar Mar 09 '22 08:03 J-N-K