Skip to content

Commit

Permalink
Adding blood sugar popup message. Press the vol key and any singled key
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Feb 8, 2019
1 parent fbcfd05 commit 4769c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightscoutDasKeyboardQ.sh
Expand Up @@ -40,9 +40,9 @@ do
# important NOTE: if field "name" and "message" are empty then the signal is
# only displayed on the devices LEDs, not in the signal center
curl -s -S --output /dev/null -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{
"name": "Set zone '$i'",
"name": "Nightscout",
"id": "'$i'",
"message": "Message sent by script '$0'",
"message": "Blood sugar is '$bgvalue'",
"pid": "'$PID'",
"zoneId": "'"$i"'",
"color": "'$COLOR'",
Expand Down

0 comments on commit 4769c7c

Please sign in to comment.