Dumper disabled

This commit is contained in:
Philipp Wo 2025-03-10 14:07:51 +01:00
parent 389034a61e
commit fecb5a1fa0

View File

@ -871,7 +871,7 @@ sub TadoAPI_callback {
my $hash = $param->{hash}; my $hash = $param->{hash};
my $name = $hash->{NAME}; my $name = $hash->{NAME};
print Dumper($param);
$param->{code} = 0 unless defined $param->{code}; $param->{code} = 0 unless defined $param->{code};
if ( $param->{code} == 405 || $param->{code} == 400 ) { if ( $param->{code} == 405 || $param->{code} == 400 ) {