]> git.basschouten.com Git - openhab-addons.git/commit
[tasmotaplug] Initial contribution (#15857)
authormlobstein <michael.lobstein@gmail.com>
Fri, 10 Nov 2023 22:51:43 +0000 (16:51 -0600)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 22:51:43 +0000 (23:51 +0100)
commitffc127f91cad039a79b9cd8e4b36f611042b1aa8
tree1e9ace72a0a9462791e8b562bf9c4ca1a6285b12
parent10d519bd6b84570b0eda387eb0089fe07d7e7d5c
[tasmotaplug] Initial contribution (#15857)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
14 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.tasmotaplug/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/README.md [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/java/org/openhab/binding/tasmotaplug/internal/TasmotaPlugBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/java/org/openhab/binding/tasmotaplug/internal/TasmotaPlugConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/java/org/openhab/binding/tasmotaplug/internal/TasmotaPlugHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/java/org/openhab/binding/tasmotaplug/internal/handler/TasmotaPlugHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/resources/OH-INF/i18n/tasmotaplug.properties [new file with mode: 0644]
bundles/org.openhab.binding.tasmotaplug/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml