]> git.basschouten.com Git - openhab-addons.git/commit
[somfytahoma] New method to send a command to several devices in the same place ...
authorlolodomo <lg.hc@free.fr>
Mon, 29 Mar 2021 20:00:40 +0000 (22:00 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 20:00:40 +0000 (22:00 +0200)
commit62a0e7ac02be0a652c5f6f0d8efe89e6bf0b0867
tree453f91183bac5b018db0479d29812d7533a9eb32
parentbd56fd8e5dfcc95d77ccd80ffc6a5bd24ab7c9f3
[somfytahoma] New method to send a command to several devices in the same place (#10347)

* [somfytahoma] New method to send a command to several devices in the same place

Also include the place into the inbox label (discovery)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Review comment: remove unnecessary method

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/discovery/SomfyTahomaItemDiscoveryService.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/handler/SomfyTahomaBaseThingHandler.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/handler/SomfyTahomaBridgeHandler.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/model/SomfyTahomaDevice.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/model/SomfyTahomaRootPlace.java [new file with mode: 0644]
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/model/SomfyTahomaSetup.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/model/SomfyTahomaSubPlace.java [new file with mode: 0644]