]> git.basschouten.com Git - openhab-addons.git/commit
[dominoswiss] Initial contribution (#11585)
authorFrieso Aeschbacher <frieso.aeschbacher@gmail.com>
Sat, 11 Dec 2021 12:05:41 +0000 (13:05 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Dec 2021 12:05:41 +0000 (13:05 +0100)
commit15b83cc40f039d1b3cf162ae73e4bdce7303f078
tree63213823806eba9f1a3b57e589875b736233debb
parentebf2a7631198592e681574ab6974eb60d71e9ced
[dominoswiss] Initial contribution (#11585)

* Added Dominoswiss to CODEOWNERS and POMs

Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Intitial contribution of Dominoswiss Binding

Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Typo in pom.xml

Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Fixed inputs from fwolter

Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Fixed inputs from fwolter

Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Fixed localWriter Issue

Signed-off-by: Frieso Aeschbacher <frieso.aeschbacher@gmail.com>
* Update bom/openhab-addons/pom.xml

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
16 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.dominoswiss/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/README.md [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/java/org/openhab/binding/dominoswiss/internal/BlindConfig.java [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/java/org/openhab/binding/dominoswiss/internal/BlindHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/java/org/openhab/binding/dominoswiss/internal/DominoswissBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/java/org/openhab/binding/dominoswiss/internal/DominoswissConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/java/org/openhab/binding/dominoswiss/internal/DominoswissHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/java/org/openhab/binding/dominoswiss/internal/EGateHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/resources/OH-INF/i18n/dominoswiss_de_DE.properties [new file with mode: 0644]
bundles/org.openhab.binding.dominoswiss/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml