]> git.basschouten.com Git - openhab-addons.git/commit
[nibeheatpump] Added device support for SMO40 control (#9376)
authorMarkus Gafner <markus.gafner@hotmail.com>
Fri, 25 Dec 2020 14:41:09 +0000 (15:41 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Dec 2020 14:41:09 +0000 (15:41 +0100)
commitca64d1124afc4d78d21420d8abff20a1997fd9ca
tree27fdefd6901f4a493239c02dbdab584299c2b9dd
parentce69f22ef37fa3f7778bae4cc6619dc5ee8cb85d
[nibeheatpump] Added device support for SMO40 control (#9376)

Signed-off-by: Markus Gafner <markus.gafner@hotmail.com>
bundles/org.openhab.binding.nibeheatpump/README.md
bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/NibeHeatPumpBindingConstants.java
bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/handler/NibeHeatPumpHandler.java
bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/PumpModel.java
bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/SMO40.java [new file with mode: 0644]
bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/VariableInformation.java
bundles/org.openhab.binding.nibeheatpump/src/main/resources/OH-INF/thing/SMO40-channel-groups.xml [new file with mode: 0644]
bundles/org.openhab.binding.nibeheatpump/src/main/resources/OH-INF/thing/SMO40-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.nibeheatpump/src/main/resources/OH-INF/thing/SMO40.xml [new file with mode: 0644]