]> git.basschouten.com Git - openhab-addons.git/commit
[anthem] Initial contribution of binding for Anthem AV preamp/processors (#14311)
authorMark Hilbush <mark@hilbush.com>
Sun, 26 Mar 2023 19:32:08 +0000 (15:32 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2023 19:32:08 +0000 (21:32 +0200)
commit749cf585ffb4d281c6b18f1244397d6ac6f69f9e
treec2fa13a2aab441700e6f36eb6a32be87b0a22082
parentf98f820325d33f301f3fa6095efdf8eb9dfd2769
[anthem] Initial contribution of binding for Anthem AV preamp/processors (#14311)

* Initial contribution

Signed-off-by: Mark Hilbush <mark@hilbush.com>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.anthem/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.anthem/README.md [new file with mode: 0644]
bundles/org.openhab.binding.anthem/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/AnthemBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/AnthemConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/AnthemHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/handler/AnthemCommand.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/handler/AnthemCommandParser.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/handler/AnthemHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/java/org/openhab/binding/anthem/internal/handler/Zone.java [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/resources/OH-INF/i18n/anthem.properties [new file with mode: 0644]
bundles/org.openhab.binding.anthem/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml