|
8 | 8 | "required": true |
9 | 9 | }, |
10 | 10 | "API_SECRET": { |
11 | | - "description": "REQUIRED: User generated password used for REST API and optional features (12 character minimum).", |
| 11 | + "description": "REQUIRED: A secret passphrase that must be at least 12 characters long, required to enable POST and PUT; also required for the Care Portal", |
12 | 12 | "value": "", |
13 | 13 | "required": true |
14 | 14 | }, |
15 | 15 | "DISPLAY_UNITS": { |
16 | | - "description": "Server display units for BG values. Default null value implies 'mg/dl'. Set to 'mmol' to change the server to mmol mode.", |
| 16 | + "description": "Choices: mg/dl and mmol. Setting to mmol puts the entire server into mmol mode by default, no further settings needed.", |
17 | 17 | "value": "", |
18 | 18 | "required": false |
19 | 19 | }, |
20 | 20 | "ENABLE": { |
21 | | - "description": "Space delimited list of optional features to enable, such as 'careportal'.", |
| 21 | + "description": "Used to enable optional features, expects a space delimited list, such as: careportal rawbg iob, see https://github.com/nightscout/cgm-remote-monitor/blob/master/README.md for more info", |
| 22 | + "value": "", |
| 23 | + "required": false |
| 24 | + }, |
| 25 | + "DISABLE": { |
| 26 | + "description": "Used to disable default features, expects a space delimited list, such as: direction upbat, see https://github.com/nightscout/cgm-remote-monitor/blob/master/README.md for more info", |
22 | 27 | "value": "", |
23 | 28 | "required": false |
24 | 29 | }, |
25 | 30 | "ALARM_TYPES": { |
26 | | - "description": "Nightscout alarm behavior control. Default null value implies 'predict'. For adjustable alarm thresholds (set below), set to 'simple'.", |
| 31 | + "description": "Alarm behavior currently 2 alarm types are supported simple and predict, and can be used independently or combined. The simple alarm type only compares the current BG to BG_ thresholds above, the predict alarm type uses highly tuned formula that forecasts where the BG is going based on it's trend. predict DOES NOT currently use any of the BG_* ENV's", |
27 | 32 | "value": "", |
28 | 33 | "required": false |
29 | 34 | }, |
|
56 | 61 | "description": "Pushover user key, required for Pushover notifications. Leave blank if not using Pushover.", |
57 | 62 | "value": "", |
58 | 63 | "required": false |
| 64 | + }, |
| 65 | + "PUSHOVER_ANNOUNCEMENT_KEY": { |
| 66 | + "description": "An optional Pushover user/group key, will be used for system wide user generated announcements. If not defined this will fallback to `PUSHOVER_USER_KEY`. A possible use for this is sending important messages and alarms to a CWD that you don't want to send all notification too. This also support a space delimited list of keys. Leave blank if not using Pushover", |
| 67 | + "value": "", |
| 68 | + "required": false |
| 69 | + }, |
| 70 | + "CUSTOM_TITLE": { |
| 71 | + "description": "Customize the name of the website, usually the name of T1.", |
| 72 | + "value": "", |
| 73 | + "required": false |
| 74 | + }, |
| 75 | + "THEME": { |
| 76 | + "description": "Possible values default or colors", |
| 77 | + "value": "", |
| 78 | + "required": false |
| 79 | + }, |
| 80 | + "SHOW_RAWBG": { |
| 81 | + "description": "Possible values always, never or noise", |
| 82 | + "value": "", |
| 83 | + "required": false |
| 84 | + }, |
| 85 | + "BRIDGE_USER_NAME": { |
| 86 | + "description": "Share bridge - Your user name for the Share service. ENSURE bridge is in ENABLE if you want to use the share bridge", |
| 87 | + "value": "", |
| 88 | + "required": false |
| 89 | + }, |
| 90 | + "BRIDGE_PASSWORD": { |
| 91 | + "description": "Share bridge - Your password for the Share service. ENSURE bridge is in ENABLE if you want to use the share bridge", |
| 92 | + "value": "", |
| 93 | + "required": false |
| 94 | + }, |
| 95 | + "TIME_FORMAT": { |
| 96 | + "description": "Browser default time mode valid settings are 12 or 24", |
| 97 | + "value": "12", |
| 98 | + "required": false |
| 99 | + }, |
| 100 | + "NIGHT_MODE": { |
| 101 | + "description": "Browser defaults to night mode valid settings are on or off", |
| 102 | + "value": "off", |
| 103 | + "required": false |
| 104 | + }, |
| 105 | + "SHOW_RAWBG": { |
| 106 | + "description": "Browser default raw display mode vaild settings are always never or noise", |
| 107 | + "value": "never", |
| 108 | + "required": false |
| 109 | + }, |
| 110 | + "THEME": { |
| 111 | + "description": "Browser default theme setting vaild settings are default or colors", |
| 112 | + "value": "default", |
| 113 | + "required": false |
| 114 | + }, |
| 115 | + "ALARM_URGENT_HIGH": { |
| 116 | + "description": "Browser default urgent high alarm enabled vaild settings are on or off", |
| 117 | + "value": "on", |
| 118 | + "required": false |
| 119 | + }, |
| 120 | + "ALARM_HIGH": { |
| 121 | + "description": "Browser default high alarm enabled vaild settings are on or off", |
| 122 | + "value": "on", |
| 123 | + "required": false |
| 124 | + }, |
| 125 | + "ALARM_LOW": { |
| 126 | + "description": "Browser default low alarm enabled vaild settings are on or off", |
| 127 | + "value": "on", |
| 128 | + "required": false |
| 129 | + }, |
| 130 | + "ALARM_URGENT_LOW": { |
| 131 | + "description": "Browser default urgent low alarm enabled vaild settings are on or off", |
| 132 | + "value": "on", |
| 133 | + "required": false |
| 134 | + }, |
| 135 | + "ALARM_TIMEAGO_WARN": { |
| 136 | + "description": "Browser default warn after time of last data exceeds ALARM_TIMEAGO_WARN_MINS alarm enabled vaild settings are on or off", |
| 137 | + "value": "on", |
| 138 | + "required": false |
| 139 | + }, |
| 140 | + "ALARM_TIMEAGO_WARN_MINS": { |
| 141 | + "description": "Browser default minutes since the last reading to trigger a warning", |
| 142 | + "value": "15", |
| 143 | + "required": false |
| 144 | + }, |
| 145 | + "ALARM_TIMEAGO_URGENT": { |
| 146 | + "description": "Browser default urgent warning after time of last data exceeds ALARM_TIMEAGO_URGENT_MINS alarm enabled vaild settings are on or off", |
| 147 | + "value": "on", |
| 148 | + "required": false |
| 149 | + }, |
| 150 | + "ALARM_TIMEAGO_URGENT_MINS": { |
| 151 | + "description": "Browser default minutes since last reading to trigger an urgent alarm", |
| 152 | + "value": "30", |
| 153 | + "required": false |
| 154 | + }, |
| 155 | + "MAKER_KEY": { |
| 156 | + "description": "Maker Key - Set this to your secret key Note for additional info see https://github.com/nightscout/cgm-remote-monitor/blob/dev/README.md#ifttt-maker , maker should be added to enable if you want to use maker, Leave blank if not using maker", |
| 157 | + "value": "", |
| 158 | + "required": false |
| 159 | + }, |
| 160 | + "MAKER_ANNOUNCEMENT_KEY": { |
| 161 | + "description": "Maker Announcement Key - Set this to your secret key for announcements Note for additional info see https://github.com/nightscout/cgm-remote-monitor/blob/dev/README.md#ifttt-maker , maker should be added to enable if you want to use maker Leave blank if not using maker", |
| 162 | + "value": "", |
| 163 | + "required": false |
59 | 164 | } |
60 | 165 | }, |
61 | 166 | "addons": [ |
|
0 commit comments