]> git.basschouten.com Git - openhab-addons.git/commit
[tplinkrouter] Initial contribution (#13369)
authorOlivier <olivierkeke@users.noreply.github.com>
Sat, 15 Oct 2022 19:52:33 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2022 19:52:33 +0000 (21:52 +0200)
commit73e18424b90457a6b44a7bf2f75cb241fcd95201
treed6fd965916cec29f46d1b72a4103041cb243b4d1
parent19b4c951030102609093015f52409d99a07e878b
[tplinkrouter] Initial contribution (#13369)

* Initial commit

Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.tplinkrouter/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/README.md [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/java/org/openhab/binding/tplinkrouter/internal/TpLinkRouterBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/java/org/openhab/binding/tplinkrouter/internal/TpLinkRouterConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/java/org/openhab/binding/tplinkrouter/internal/TpLinkRouterHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/java/org/openhab/binding/tplinkrouter/internal/TpLinkRouterHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/java/org/openhab/binding/tplinkrouter/internal/TpLinkRouterTelenetListener.java [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/java/org/openhab/binding/tplinkrouter/internal/TpLinkRouterTelnetConnector.java [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/resources/OH-INF/i18n/tplinkrouter.properties [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/resources/OH-INF/thing/channel-group-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinkrouter/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml