diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 41aea3d63..2253315d4 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -4618,7 +4618,7 @@ readingsBeginUpdate($) $hash->{".updateTime"} = $now; # in seconds since the epoch $hash->{".updateTimestamp"} = $fmtDateTime; - $hash->{CHANGED}= () if(!defined($hash->{CHANGED})); + $hash->{CHANGED}= [] if(!defined($hash->{CHANGED})); return $fmtDateTime; }