]> git.basschouten.com Git - openhab-addons.git/commit
[hccrubbishcollection] HCC Rubbish Collection Binding - Initial Contribution (#9975)
authorStewart Cossey <killerofshadows@gmail.com>
Fri, 30 Apr 2021 14:23:07 +0000 (02:23 +1200)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 14:23:07 +0000 (16:23 +0200)
commit02b4943a119e72c1d7b20dffa9f35cc28c55946a
tree8a97016e3ef0e2e8a3e61053817282060f8e9b21
parent710aa760d0ebc427f593c7009b0b0a557c724217
[hccrubbishcollection] HCC Rubbish Collection Binding - Initial Contribution (#9975)

Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
15 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.hccrubbishcollection/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/README.md [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/java/org/openhab/binding/hccrubbishcollection/internal/API.java [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/java/org/openhab/binding/hccrubbishcollection/internal/HCCRubbishCollectionBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/java/org/openhab/binding/hccrubbishcollection/internal/HCCRubbishCollectionConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/java/org/openhab/binding/hccrubbishcollection/internal/HCCRubbishCollectionEventConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/java/org/openhab/binding/hccrubbishcollection/internal/HCCRubbishCollectionHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/java/org/openhab/binding/hccrubbishcollection/internal/HCCRubbishCollectionHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.hccrubbishcollection/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml