]> git.basschouten.com Git - openhab-addons.git/commit
Support for Shelly Plus Mini Gen 3 series of devices, Shelly Plus UNI (#16335)
authorMarkus Michels <markus7017@gmail.com>
Sun, 4 Feb 2024 16:17:59 +0000 (17:17 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 16:17:59 +0000 (17:17 +0100)
commit3fb5e66eb1e87a9b626c1d7c87515c802814cbd5
tree8652ff7cd95cfe49d1af3357be0c5cc17a099b4c
parentdd38c237a8b8fb1cfdc49eed6fd68763fdf4cf94
Support for Shelly Plus Mini Gen 3 series of devices, Shelly Plus UNI (#16335)

and Shelly BLU Gateway.

Signed-off-by: Markus Michels <markus7017@gmail.com>
13 files changed:
bundles/org.openhab.binding.shelly/README.md
bundles/org.openhab.binding.shelly/pom.xml
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/ShellyBindingConstants.java
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/api/ShellyDeviceProfile.java
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/api2/Shelly2ApiJsonDTO.java
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/discovery/ShellyDiscoveryParticipant.java
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/discovery/ShellyThingCreator.java
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/handler/ShellyBaseHandler.java
bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/manager/ShellyManagerPage.java
bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/config/configblu.xml
bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/i18n/shelly.properties
bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/thing/shellyBlu.xml [new file with mode: 0644]
bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/thing/shellyBlu_sensor.xml [deleted file]