FB_CALLMONITOR: convert hash element to hash for "keys" function
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6260 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -288,7 +288,7 @@ FB_CALLMONITOR_Read($)
|
||||
readingsBeginUpdate($hash);
|
||||
readingsBulkUpdate($hash, "event", lc($array[1]));
|
||||
|
||||
foreach my $key (keys $hash->{helper}{TEMP}{$array[2]})
|
||||
foreach my $key (keys %{$hash->{helper}{TEMP}{$array[2]}})
|
||||
{
|
||||
readingsBulkUpdate($hash, $key, $hash->{helper}{TEMP}{$array[2]}{$key});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user