]> git.basschouten.com Git - openhab-addons.git/commit
[tplinksmarthome] Added new devices EP10, EP40, KL125, and KL135 (#11282)
authorHilbrand Bouwkamp <hilbrand@h72.nl>
Tue, 28 Sep 2021 16:28:15 +0000 (18:28 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 16:28:15 +0000 (18:28 +0200)
commitb35c00c75230dc7d99d16c8ee71e43526e135c7c
treed9e7f33ceba74b70f5c7ebcef83fac466ad8d441
parentd3d1c7ae0a5c090519f513f542ca20f6ca58be24
[tplinksmarthome] Added new devices EP10, EP40, KL125, and KL135 (#11282)

Closes #11156

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
bundles/org.openhab.binding.tplinksmarthome/README.md
bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeBindingConstants.java
bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeHandlerFactory.java
bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeThingType.java
bundles/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/device/BulbDevice.java
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/EP10.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/EP40.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL125.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KL135.xml [new file with mode: 0644]
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.tplinksmarthome/src/test/java/org/openhab/binding/tplinksmarthome/internal/device/BulbDeviceTest.java