Skip to content

Commit

Permalink
Add display_units as a required variable (nightscout#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
unsoluble authored and tanja3981 committed May 21, 2019
1 parent 8ea604a commit acaaecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"DISPLAY_UNITS": {
"description": "Preferred BG units for the site:'mg/dl' or 'mmol'. (Note that it is *not* 'mmol/L')",
"value": "mg/dl",
"required": false
"required": true
},
"ENABLE": {
"description": "Plugins to enable for your site. Must be a space-delimited, lower-case list. Include the word 'bridge' here if you are receiving data from the Dexcom Share service. Include 'mmconnect' if you are bridging from the MiniMed CareLink service.",
Expand Down

0 comments on commit acaaecb

Please sign in to comment.