Heart Rate Pulse
Trigger for a Pulsoid Heart Rate Pulse
When Pulsoid is broadcasting your heart rate, this event can fire once every second, so be sure whatever action you use runs fast enough so it won't cause a backlog in the action queue. It is also recommended that whatever action you are running to be placed in a blocking queue.
Parameters
Range
Select
Filter events between a specified Min
and Max
Any Value
- Leave both min and max empty to accept any valueExact Value
- Enter only a Max
to trigger on a specific valueGreater Than
- Enter only a Min
to trigger on any value greater than the specified valueRange
- Enter both a min and max to trigger within a desired rangeVariables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
heartRate | number | Last measured heart rate BPM (beats per minute) Example: 87 |
measuredAt | number | The epoch time from the measurement Example: 1704063600 |