]> git.basschouten.com Git - openhab-addons.git/commit
[guntamatic] Initial contribution: Binding for Guntamatic Heating Systems (#12011)
authorMikeTheTux <44850211+MikeTheTux@users.noreply.github.com>
Tue, 11 Jan 2022 21:35:18 +0000 (22:35 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 21:35:18 +0000 (22:35 +0100)
commit7b0ba301e706e5a8bc5cff2e90837869f066d188
treeccc5663ac44cb00d5593581affe1622722745c41
parent11ed1c3e66c4bccd34e2724d3f7fb8120b00ca5f
[guntamatic] Initial contribution: Binding for Guntamatic Heating Systems (#12011)

Signed-off-by: Michael Weger <weger.michael@gmx.net>
16 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.guntamatic/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/README.md [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticChannelTypeProvider.java [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/java/org/openhab/binding/guntamatic/internal/GuntamaticHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/resources/OH-INF/i18n/guntamatic.properties [new file with mode: 0644]
bundles/org.openhab.binding.guntamatic/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml