mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Add display_units as a required variable (#4559)
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user