Added NightAlert project for travel kit
This commit is contained in:
54
example.json.txt
Normal file
54
example.json.txt
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"level": 1,
|
||||
"title": "Warning LOW",
|
||||
"message": "BG Now: 61 ? mg/dl\nBWP: -0.18U\nIOB: 0U\nCOB: 0g",
|
||||
"eventName": "low",
|
||||
"plugin": {
|
||||
"name": "simplealarms",
|
||||
"label": "Simple Alarms",
|
||||
"pluginType": "notification",
|
||||
"enabled": true
|
||||
},
|
||||
"pushoverSound": "falling",
|
||||
"debug": {
|
||||
"lastSGV": 61,
|
||||
"thresholds": {
|
||||
"bgHigh": 260,
|
||||
"bgTargetTop": 160,
|
||||
"bgTargetBottom": 80,
|
||||
"bgLow": 55
|
||||
}
|
||||
},
|
||||
"group": "default",
|
||||
"key": "simplealarms_1"
|
||||
}
|
||||
{
|
||||
"delta": true,
|
||||
"lastUpdated": 1506980545732,
|
||||
"sgvs": [
|
||||
{
|
||||
"mgdl": 61,
|
||||
"mills": 1506980199000,
|
||||
"device": "dexcom",
|
||||
"direction": "FortyFiveDown",
|
||||
"filtered": 0,
|
||||
"unfiltered": 0,
|
||||
"noise": 1,
|
||||
"rssi": 0,
|
||||
"scaled": 61
|
||||
}
|
||||
],
|
||||
"devicestatus": [
|
||||
{
|
||||
"_id": "59d2b2c056fbaae30329ca5b",
|
||||
"created_at": "2017-10-02T21:42:24.721Z",
|
||||
"mills": 1506980544721,
|
||||
"uploader": {
|
||||
"battery": 100,
|
||||
"value": 100,
|
||||
"display": "100%",
|
||||
"level": 100
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user