mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
fix typo
This commit is contained in:
@@ -63,7 +63,7 @@ ready, just host your web app on your service of choice.
|
||||
|BG_TARGET_TOP|`180`|must be set using mg/dl units; the top of the target range, also used to draw the line on the chart|
|
||||
|BG_TARGET_BOTTOM|`80`|must be set using mg/dl units; the bottom of the target range, also used to draw the line on the chart|
|
||||
|BG_LOW|`55`|must be set using mg/dl units; the low BG outside the target range that is considered urgent|
|
||||
|ALARM_TYPES|`simple` if any `BG_`* ENV's are set, otherwise `predict`|currently 2 alarm types are supported, and can be used independently or combined. The `simple` alarm type only compares the current BG to `BG_` thresholds above, the `predict` alarm type uses highly tuned formula that forecasts where the BG is going based on it's trend. `predict` **DOES NOT** currently use any of the BG_`* ENV's|
|
||||
|ALARM_TYPES|`simple` if any `BG_`* ENV's are set, otherwise `predict`|currently 2 alarm types are supported, and can be used independently or combined. The `simple` alarm type only compares the current BG to `BG_` thresholds above, the `predict` alarm type uses highly tuned formula that forecasts where the BG is going based on it's trend. `predict` **DOES NOT** currently use any of the `BG_`* ENV's|
|
||||
|PUSHOVER_API_TOKEN|*NONE*|Used to enable pushover notifications for Care Portal treatments, this token is specific to the application you create from in [Pushover](https://pushover.net/) |
|
||||
|PUSHOVER_USER_KEY|*NONE*|Your Pushover user key, can be found in the top left of the [Pushover](https://pushover.net/) site|
|
||||
|SSL_KEY|*NONE*|Path to your ssl key file, so that ssl(https) can be enabled directly with in node.js|
|
||||
|
||||
Reference in New Issue
Block a user