Releases: dennisrijsdijk/firebot-script-hyperate
1.0.0
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
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
Initial release candidate for HypeRate script.
Includes hyperateScript.js (main script file) and HypeRate.firebotsetup (Firebot setup including auto-connect and sample !heartrate command)