Merge pull request #1770 from spacemanspiff2007/patch-1

Clearified heartbeat
This commit is contained in:
Flaviu Tamas 2022-01-12 20:16:29 -05:00 committed by GitHub
commit 92273055d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,7 +389,10 @@ In comparison to the ``throttle`` filter it won't discard any values. In compari
``heartbeat``
*************
Send the last value that this sensor in the specified time interval.
Send the value periodically with the specified time interval.
If the sensor value changes during the interval the interval will not reset.
The last value of the sensor will be sent.
So a value of ``10s`` will cause the filter to output values every 10s regardless
of the input values.