]> git.basschouten.com Git - openhab-addons.git/commit
[tapocontrol] fix "device not found" with L510/L530 hw rev2 / add L920 and P110 thing...
authorChristian Wild <40909464+wildcs@users.noreply.github.com>
Thu, 6 Jan 2022 11:29:44 +0000 (12:29 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 11:29:44 +0000 (12:29 +0100)
commit6b6372e95c62dfae711e6413ca76b4d2a8664de8
tree6944c9914f015b2a5d9193cc308031fc1f83d7bf
parent5dc26419d1ef63616068ee14738a2a4d71106bfe
[tapocontrol] fix "device not found" with L510/L530 hw rev2 / add L920 and P110 things (#11967)

* [tapocontrol] P110 and L920 Things added
* [tapocontrol] Fixed L510/L530 Series Bug with HW-Rev2.0

Signed-off-by: Christian Wild <christian@wild-bw.de>
13 files changed:
bundles/org.openhab.binding.tapocontrol/README.md
bundles/org.openhab.binding.tapocontrol/src/main/java/org/openhab/binding/tapocontrol/internal/TapoDiscoveryService.java
bundles/org.openhab.binding.tapocontrol/src/main/java/org/openhab/binding/tapocontrol/internal/constants/TapoThingConstants.java
bundles/org.openhab.binding.tapocontrol/src/main/java/org/openhab/binding/tapocontrol/internal/structures/TapoDeviceInfo.java
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/i18n/tapocontrol.properties
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/L510.xml [new file with mode: 0644]
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/L510_Series.xml [deleted file]
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/L530.xml [new file with mode: 0644]
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/L530_Series.xml [deleted file]
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/L900.xml
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/L920.xml [new file with mode: 0644]
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/P105.xml
bundles/org.openhab.binding.tapocontrol/src/main/resources/OH-INF/thing/P110.xml [new file with mode: 0644]