mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Merge pull request #3667 from jpcunningh/wip/sensor-state
Support xdrip-js Sensor State Pill
This commit is contained in:
@@ -88,6 +88,7 @@ Community maintained fork of the
|
||||
- [`pump` (Pump Monitoring)](#pump-pump-monitoring)
|
||||
- [`openaps` (OpenAPS)](#openaps-openaps)
|
||||
- [`loop` (Loop)](#loop-loop)
|
||||
- [`xdrip-js` (xDrip-js)](#xdrip-js-xdrip-js)
|
||||
- [`alexa` (Amazon Alexa)](#alexa-amazon-alexa)
|
||||
- [`cors` (CORS)](#cors-cors)
|
||||
- [Extended Settings](#extended-settings)
|
||||
@@ -418,6 +419,13 @@ To learn more about the Nightscout API, visit https://YOUR-SITE.com/api-docs.htm
|
||||
* `LOOP_URGENT` (`60`) - The number of minutes since the last loop that needs to be exceeded before an urgent alarm is triggered
|
||||
* Add `loop` to `SHOW_FORECAST` to show forecasted BG.
|
||||
|
||||
##### `xdrip-js` (xDrip-js)
|
||||
Integrated xDrip-js monitoring, uses these extended settings:
|
||||
* Requires `DEVICESTATUS_ADVANCED="true"` to be set
|
||||
* `XDRIP-JS_ENABLE_ALERTS` (`false`) - Set to `true` to enable notifications when CGM state is not OK or battery voltages fall below threshold.
|
||||
* `XDRIP-JS_STATE_NOTIFY_INTRVL` (`0.5`) - Set to number of hours between CGM state notifications
|
||||
* `XDRIP-JS_WARN_BAT_V` (`300`) - The voltage of either transmitter battery, a warning will be triggered when dropping below this threshold.
|
||||
|
||||
##### `alexa` (Amazon Alexa)
|
||||
Integration with Amazon Alexa, [detailed setup instructions](lib/plugins/alexa-plugin.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user