blob: d3ea9f95fdf88ee02039e4b7a3af92e9b11c5343 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$defs": {
"PidZone": {
"type": "object",
"properties": {
"AccumulateSetPoint": {
"type": "boolean"
},
"CycleIntervalTimeMS": {
"type": "number"
},
"FailSafePercent": {
"type": "number"
},
"MinThermalOutput": {
"type": "number"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
},
"UpdateThermalsTimeMS": {
"type": "number"
},
"ZoneIndex": {
"type": "number"
}
},
"required": ["FailSafePercent", "MinThermalOutput", "Name", "Type"]
}
}
}