[WLed] Initial contribution - Binding for LED strings with a large range of built in FX. (#8669)

* V3
* Fix null compiler warnings.

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>
This commit is contained in:
Matthew Skinner
2020-11-04 04:09:40 +11:00
committed by GitHub
parent 067a8f7953
commit c49eeb2528
17 changed files with 1223 additions and 0 deletions

View File

@@ -1321,6 +1321,11 @@
<artifactId>org.openhab.binding.wlanthermo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.wled</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.xmltv</artifactId>