patch_ic24 #69

Merged
marko merged 88 commits from patch_ic24 into dev 2022-07-12 17:35:25 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit ae4e1b9990 - Show all commits

View File

@ -1 +1 @@
fix boolean [alpha] - implementation extend state with one more thing...

View File

@ -902,7 +902,7 @@ sub setState {
#TODO: Write state format for ventil 1-@valces_connected -> map ? #TODO: Write state format for ventil 1-@valces_connected -> map ?
} else { } else {
$state_string = scalar(@ic24opened_ventils) > 0 ? $state_string = scalar(@ic24opened_ventils) > 0
# offen # offen
? sprintf( (RigReadingsValue($hash, 'will be irrigated %.f minutes remaining.')), $lowest_duration/60); ? sprintf( (RigReadingsValue($hash, 'will be irrigated %.f minutes remaining.')), $lowest_duration/60);
# zu # zu

View File

@ -1,2 +1,2 @@
UPD 2022-05-28_13:13:38 49520 FHEM/73_GardenaSmartBridge.pm UPD 2022-05-28_13:13:38 49520 FHEM/73_GardenaSmartBridge.pm
UPD 2022-06-11_14:06:34 67705 FHEM/74_GardenaSmartDevice.pm UPD 2022-06-11_14:09:31 67703 FHEM/74_GardenaSmartDevice.pm