]> git.basschouten.com Git - openhab-addons.git/commit
[openthermgateway] Fix for #9205 incorrect control setpoint override (#9206)
authorJames Melville <jamesmelville@gmail.com>
Tue, 8 Dec 2020 01:03:40 +0000 (01:03 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 01:03:40 +0000 (17:03 -0800)
commit20e03c257a792d6f61344a59551ba6bd510f2154
tree4e312e738f5a3c8a690049cf327df4a3aa1544f7
parente19c16565dc84363222ec8ef1f69994da99dd18e
[openthermgateway] Fix for #9205 incorrect control setpoint override (#9206)

* Initial attempt to resolve issue with flickering statuses when override
present on OTGW
* Update Units

Signed-off-by: James Melville <jamesmelville@gmail.com>
bundles/org.openhab.binding.openthermgateway/README.md
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/OpenThermGatewayBindingConstants.java
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/handler/OpenThermGatewayHandler.java
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/internal/CodeType.java [new file with mode: 0644]
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/internal/DataItem.java
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/internal/DataItemGroup.java
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/internal/Message.java
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/internal/OpenThermGatewaySocketConnector.java
bundles/org.openhab.binding.openthermgateway/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.openthermgateway/src/main/resources/OH-INF/thing/otgw.xml