[fix] - debug output

This commit is contained in:
Sebastian 2022-08-09 10:13:57 +02:00
parent 8ce2980356
commit c86cae74e6
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
[fix] - commandref
[fix] - corret debug output

View File

@ -863,7 +863,7 @@ use Data::Dumper;
push @ist, $1 if $dev_schedules =~ /schedule.*_(\d)_id/; # push readigs d from x_id
Log3 $name, 5, "[DEBUG] $name - Key ist : $dev_schedules ";
Log3 $name, 5, "[DDDDD] $name - ID FOUND $dev_reading" if $dev_schedules =~ /schedule.*_id/; # cloud hat SOLL
Log3 $name, 5, "[DDDDD] $name - ID FOUND $dev_reading" if $dev_schedules =~ /schedule.*_\d_id/; # cloud hat SOLL
}
Log3 $name, 5, "[OOOU] Cloud ".Dumper(@soll) . "- Ist:". Dumper(@ist);

View File

@ -1,2 +1,2 @@
UPD 2022-07-21_19:43:48 49634 FHEM/73_GardenaSmartBridge.pm
UPD 2022-08-09_09:51:51 107778 FHEM/74_GardenaSmartDevice.pm
UPD 2022-08-09_10:13:50 107781 FHEM/74_GardenaSmartDevice.pm