mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Option to switch off bolus amount outputs (#5522)
* Option to switch off bolus amount outputs (#5514) * Fixing issue with carb value not be output when set to "none" (#5514) * Adding additional output options (#5514) * Adding environment variable option for 'x U and Over' option. This option is BOLUS_RENDER_OVER with a default value of 1 and the value can be an integer or a float, e.g. 0.3, 1.5, 2, etc... * Adding change to change the font size depending on the bolus value. * Merge two "all" options to create an option that displays as SMB had.
This commit is contained in:
@@ -72,6 +72,11 @@
|
||||
"value": "180",
|
||||
"required": false
|
||||
},
|
||||
"BOLUS_RENDER_OVER": {
|
||||
"description": "U value over which the bolus values are rendered on the chart if the 'x U and Over' option is selected.",
|
||||
"value": "1",
|
||||
"required": false
|
||||
},
|
||||
"BRIDGE_PASSWORD": {
|
||||
"description": "Your Dexcom account password, to receive CGM data from the Dexcom Share service. Also make sure to include 'bridge' in your ENABLE line.",
|
||||
"value": "",
|
||||
|
||||
Reference in New Issue
Block a user