testing #29

Merged
marko merged 38 commits from testing into master 2021-05-22 03:01:10 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit f3e0b06e9f - Show all commits

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