openhab-core
openhab-core copied to clipboard
metadata difference between mainUI and .items
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
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).