2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 23:46:03 +00:00

FB_CALLLIST: always generate event for numberOfCalls

git-svn-id: https://svn.fhem.de/fhem/trunk@13305 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2017-02-01 21:19:24 +00:00
parent 914c245b68
commit 38392463f3

View File

@ -255,7 +255,7 @@ sub FB_CALLLIST_Set($@)
if(AttrVal($name, "create-readings", "0") eq "1")
{
readingsBeginUpdate($hash);
readingsBulkUpdate($hash, "numberOfCalls", 0);
readingsBulkUpdate($hash, "numberOfCalls", 0, 1);
for my $reading (keys %{$hash->{READINGS}})
{