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:
parent
914c245b68
commit
38392463f3
@ -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}})
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user