[tivo] Update tivo binding for OH3 (#9302)

* Baseline original code from AndyXMB
* Initial updates for OH3
* fix null warnings and add sub-channel handling

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein
2021-01-03 01:06:38 -06:00
committed by GitHub
parent 207d300ca5
commit 9776de236f
17 changed files with 1888 additions and 0 deletions

View File

@@ -1261,6 +1261,11 @@
<artifactId>org.openhab.binding.tibber</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.tivo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.touchwand</artifactId>