blob: 740f42674be958f2a34918587c8919b67f33d365 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"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"]
}
}
}