Clearified heartbeat

This commit is contained in:
spacemanspiff2007 2022-01-04 19:44:11 +01:00 committed by GitHub
parent b1ef598fca
commit bc65ab5770
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.