]> git.basschouten.com Git - openhab-addons.git/commit
[folderwatcher] Initial contribution (#10045)
authorgoopilot <40123561+goopilot@users.noreply.github.com>
Wed, 10 Feb 2021 18:45:47 +0000 (12:45 -0600)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 18:45:47 +0000 (19:45 +0100)
commit5a0a325344fbb3977555b891c51f46ff45eb558e
treee5af90a5babdf729cb4e4c8f8c7982b352efa6a9
parent95259b1095b9431977480782b8c111488211a425
[folderwatcher] Initial contribution (#10045)

Signed-off-by: Alexandr Salamatov <wpgnetworks@gmail.com>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.folderwatcher/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.folderwatcher/README.md [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.folderwatcher/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/FolderWatcherBindingConstants.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/FolderWatcherHandlerFactory.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/SecureMode.java [new file with mode: 0644]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/common/WatcherCommon.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/config/FtpFolderWatcherConfiguration.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/config/LocalFolderWatcherConfiguration.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/handler/FtpFolderWatcherHandler.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/java/org/openhab/binding/folderwatcher/internal/handler/LocalFolderWatcherHandler.java [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0755]
bundles/org.openhab.binding.folderwatcher/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0755]
bundles/pom.xml