expanding the json file so the the new scd30 subtype for co2 has the mode/calibration part
This commit is contained in:
parent
7971b0a218
commit
30806a61c4
1 changed files with 39 additions and 0 deletions
|
|
@ -38,6 +38,45 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": 12,
|
||||||
|
"subtype": 1,
|
||||||
|
"mode": {
|
||||||
|
"labelA": "Power Mode",
|
||||||
|
"entryA": "select",
|
||||||
|
"dictionaryA": [
|
||||||
|
{
|
||||||
|
"key": "High Power",
|
||||||
|
"value": 1,
|
||||||
|
"restricted": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Low Power",
|
||||||
|
"value": 2,
|
||||||
|
"restricted": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Calibration",
|
||||||
|
"value": 3,
|
||||||
|
"restricted": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"labelB": "Number of Averages",
|
||||||
|
"entryB": "number",
|
||||||
|
"dictionaryB": [
|
||||||
|
{
|
||||||
|
"key": "min",
|
||||||
|
"value": 1,
|
||||||
|
"restricted": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "max",
|
||||||
|
"value": 8,
|
||||||
|
"restricted": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": 28,
|
"type": 28,
|
||||||
"subtype": 0,
|
"subtype": 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue