fix watering close all in abilitie for watering

This commit is contained in:
Sebastian 2021-05-16 15:16:03 +02:00
parent 20f5db1b2c
commit f3e0b06e9f
2 changed files with 3 additions and 4 deletions

View File

@ -1262,8 +1262,7 @@ sub createHttpValueStrings {
. $deviceId
. '/abilities/'
. $abilities
. '/properties/watering_timer_'
. $valve_id;
. ( defined($valve_id) ? '/properties/watering_timer_'. $valve_id : '/command')
}
elsif (defined($abilities)

View File

@ -1,2 +1,2 @@
UPD 2021-05-14_15:51:47 46108 FHEM/73_GardenaSmartBridge.pm
UPD 2021-05-16_12:22:12 50836 FHEM/74_GardenaSmartDevice.pm
UPD 2021-05-16_15:14:55 46129 FHEM/73_GardenaSmartBridge.pm
UPD 2021-05-16_15:14:44 50836 FHEM/74_GardenaSmartDevice.pm