dev #74

Merged
sebastianschwarz merged 126 commits from dev into testing 2022-09-06 11:31:54 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit d660366aea - Show all commits

View File

@ -1 +1 @@
[fix] - schedules + debug
[final] - removed debug print lines, cleanup code

View File

@ -883,7 +883,7 @@ sub WriteReadings {
}
}
}
Log3 $name, 5, "[DEBUG] $name - Schedule - Rest ". Dumper(@ist);
#Log3 $name, 5, "[DEBUG] $name - Schedule - Rest ". Dumper(@ist);
# delete only if count soll != count ist. cos the will be overwritten
if (scalar(@ist) > 0
&& scalar(@soll) != scalar(@ist/2) ){

View File

@ -1,2 +1,2 @@
UPD 2022-07-21_19:43:48 49634 FHEM/73_GardenaSmartBridge.pm
UPD 2022-08-09_14:51:26 107551 FHEM/74_GardenaSmartDevice.pm
UPD 2022-08-09_15:03:22 107552 FHEM/74_GardenaSmartDevice.pm