]> git.basschouten.com Git - openhab-addons.git/commit
[espmilighthub] Initial contribution (#9218)
authorMatthew Skinner <matt@pcmus.com>
Fri, 29 Jan 2021 20:05:55 +0000 (07:05 +1100)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 20:05:55 +0000 (12:05 -0800)
commitb2bb9176e5ffac9f4887fd206a9f072af8efb5f7
tree10377d336c4894bc65297bca8661cc2047408c76
parent80c52f4fc066dbf7b15125fcc2c419f97ee6b0c1
[espmilighthub] Initial contribution (#9218)

* espmilighthub inital

Signed-off-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.mqtt.espmilighthub/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/README.md [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/ConfigOptions.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/EspMilightHubBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/EspMilightHubHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/Helper.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/discovery/EspMilightHubDiscoveryService.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/handler/EspMilightHubHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/org.openhab.binding.mqtt/src/main/java/org/openhab/binding/mqtt/MqttBindingConstants.java
bundles/pom.xml
features/openhab-addons/src/main/resources/footer.xml