]> git.basschouten.com Git - openhab-addons.git/commit
[ahawastecollection] Initial Contribution (#10387)
authorSönke Küper <soenkekueper@outlook.de>
Fri, 30 Apr 2021 13:59:05 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 13:59:05 +0000 (15:59 +0200)
commit710aa760d0ebc427f593c7009b0b0a557c724217
treecc6e7caa732379cc074774034f9bcc2b3f387b81
parent7fb7c65306ded96fafbeacd9b6d0c9ba21bf6556
[ahawastecollection] Initial Contribution (#10387)

Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
24 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.ahawastecollection/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/README.md [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/doc/images/ChromeDevconsoleBottom.png [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/doc/images/ChromeDevconsoleTop.png [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaCollectionSchedule.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaCollectionScheduleFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaCollectionScheduleImpl.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaWasteCollectionBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaWasteCollectionConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaWasteCollectionHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/AhaWasteCollectionHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/java/org/openhab/binding/ahawastecollection/internal/CollectionDate.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/resources/OH-INF/i18n/ahawastecollection_de.properties [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/test/java/org/openhab/binding/ahawastecollection/internal/AhaCollectionScheduleStub.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/test/java/org/openhab/binding/ahawastecollection/internal/AhaCollectionScheduleStubFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/test/java/org/openhab/binding/ahawastecollection/internal/AhaCollectionScheduleTest.java [new file with mode: 0644]
bundles/org.openhab.binding.ahawastecollection/src/test/java/org/openhab/binding/ahawastecollection/internal/AhaWasteCollectionHandlerTest.java [new file with mode: 0644]
bundles/pom.xml