]> git.basschouten.com Git - openhab-addons.git/commit
[comfoair] extend UoM support, add semantic tags & update state descriptions (#15167)
authorHans Böhm <boehan@users.noreply.github.com>
Mon, 3 Jul 2023 15:45:45 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 15:45:45 +0000 (17:45 +0200)
commit4ddb3ce7e68c902adc6159edaeead06c0aee3176
treed6ab76a0322e28035ce424c510a298b4df4fc261
parentf0bdeff81b9698318174ea0ee875bdd95d9da7da
[comfoair] extend UoM support, add semantic tags & update state descriptions (#15167)

* enable UoM for rpm values
* support uom for non-hour time channels
* add state options for frost setting
* add data type for percentage
* support DecimalType for QuantityType channels
* support rfc2217
* improve state description for time channels
* improve code style in DataTypes
* remove unnecessary command type check
* enable UoM for enthalpy timer

Signed-off-by: Hans Böhm <h.boehm@gmx.at>
bundles/org.openhab.binding.comfoair/README.md
bundles/org.openhab.binding.comfoair/src/main/java/org/openhab/binding/comfoair/internal/ComfoAirCommandType.java
bundles/org.openhab.binding.comfoair/src/main/java/org/openhab/binding/comfoair/internal/ComfoAirSerialConnector.java
bundles/org.openhab.binding.comfoair/src/main/java/org/openhab/binding/comfoair/internal/datatypes/DataTypeRPM.java
bundles/org.openhab.binding.comfoair/src/main/java/org/openhab/binding/comfoair/internal/datatypes/DataTypeTemperature.java
bundles/org.openhab.binding.comfoair/src/main/java/org/openhab/binding/comfoair/internal/datatypes/DataTypeTime.java
bundles/org.openhab.binding.comfoair/src/main/java/org/openhab/binding/comfoair/internal/datatypes/DataTypeVolt.java
bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/i18n/comfoair.properties
bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/update/instructions.xml [new file with mode: 0644]