Skip to content

Instantly share code, notes, and snippets.

@someoneAnyone
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someoneAnyone/b3d1b1d9062664c29687 to your computer and use it in GitHub Desktop.
Save someoneAnyone/b3d1b1d9062664c29687 to your computer and use it in GitHub Desktop.
Nightscout Status.json Idea
{
"status": "ok",
"version": "0.7.0",
"options": {
"apiEnabled": true,
"careportal": true,
"rawbg": true,
"iob": true
},
"defaults": {
"units": "mg/dl",
"timeFormat": 12,
"nightMode": false,
"showRawbg": "always",
"customTitle": "NS Test Site",
"alarm_types": "simple",
"alarms": {
"alarmHigh": true,
"alarmUrgentHigh": true,
"alarmLow": true,
"alarmUrgentLow": true,
"alarmTimeAgoWarn": true,
"alarmTimeAgoWarnMins": 15,
"alarmTimeAgoUrgent": true,
"alarmTimeAgoUrgentMins": 30
},
"thresholds": {
"bg_high": 300,
"bg_target_top": 250,
"bg_target_bottom": 70,
"bg_low": 60
},
"theme": "colors",
"locale": "en-US"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment