mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
add SCALE_Y to azure deploy
This commit is contained in:
@@ -157,6 +157,15 @@
|
||||
],
|
||||
"defaultValue": "none",
|
||||
},
|
||||
"scale_y": {
|
||||
"type": "string",
|
||||
"allowedValues": [
|
||||
"log",
|
||||
"linear",
|
||||
"log-dynamic"
|
||||
],
|
||||
"defaultValue": "log",
|
||||
},
|
||||
"enable": {
|
||||
"type": "string",
|
||||
"defaultValue": "basal bwp cage careportal cob rawbg sage iage treatmentnotify boluscalc profile",
|
||||
@@ -265,6 +274,9 @@
|
||||
}, {
|
||||
"name": "BASAL_RENDER",
|
||||
"value": "[parameters('basal_render')]"
|
||||
}, {
|
||||
"name": "SCALE_Y",
|
||||
"value": "[parameters('scale_y')]"
|
||||
}, {
|
||||
"name": "ENABLE",
|
||||
"value": "[parameters('enable')]"
|
||||
|
||||
Reference in New Issue
Block a user