Skip to content

Releases: dennisrijsdijk/firebot-script-hyperate

1.0.0

08 Mar 15:07
4810654

Choose a tag to compare

HypeRate Script v1.0.0

Includes Heartrate event
$heartrate variable: heartrate in bpm (integer)
$heartrateTime variable: time (in seconds, integer) since last heartrate event

Installation:
Download the hyperateScript.js file and move it to the following directory:
Windows: %appdata%\Firebot\v5\profiles\PROFILE\scripts
MacOS: ~/Library/Application Support/Firebot/v5/profiles/PROFILE/scripts
Linux: ~/.config/Firebot/v5/profiles/PROFILE/scripts

In Firebot, go to Settings > Scripts. Enable startup scripts, then Add New Startup Script.
pick hyperateScript.js and add it.

Now go to Settings > Integrations > HypeRate and enter your ID, or internal-testing
Finally, start the integration in the bottom left connections pane.

If you want to see heartrate events come in realtime for debugging purposes, go to Dashboard, click on the meatball menu for Activity Feed and Edit Events. Find the Heartrate (HypeRate) event and enable it.

v1.0.0-rc2

28 Feb 21:46
9dd58fa

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release

HypeRate Script v1.0.0-rc2

Includes Heartrate event
$heartrate variable: heartrate in bpm
$heartrateTime variable: time (in seconds, integer) since last heartrate event

Installation:
Download the hyperateScript.js file and move it to the following directory:
Windows: %appdata%\Firebot\v5\profiles\PROFILE\scripts
MacOS: ~/Library/Application Support/Firebot/v5/profiles/PROFILE/scripts
Linux: ~/.config/Firebot/v5/profiles/PROFILE/scripts

In Firebot, go to Settings > Scripts. Enable startup scripts, then Add New Startup Script.
pick hyperateScript.js and add it.

Now go to Settings > Integrations > HypeRate and enter your ID, or internal-testing
Finally, start the integration in the bottom left connections pane.

If you want to see heartrate events come in realtime for debugging purposes, go to Dashboard, click on the meatball menu for Activity Feed and Edit Events. Find the Heartrate (HypeRate) event and enable it.

v1.0.0-rc1

09 Mar 15:50
50be1bd

Choose a tag to compare

v1.0.0-rc1 Pre-release
Pre-release

Initial release candidate for HypeRate script.
Includes hyperateScript.js (main script file) and HypeRate.firebotsetup (Firebot setup including auto-connect and sample !heartrate command)