Last active
August 29, 2015 14:26
-
-
Save someoneAnyone/b3d1b1d9062664c29687 to your computer and use it in GitHub Desktop.
Nightscout Status.json Idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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