17d05ee59SBrad Bishop{ 27d05ee59SBrad Bishop "$schema": "http://json-schema.org/draft-07/schema#", 3*7d6080dbSPatrick Williams "$defs": { 47d05ee59SBrad Bishop "Pid": { 57d05ee59SBrad Bishop "type": "object", 67d05ee59SBrad Bishop "properties": { 75675496dSDelphine CC Chiu "CheckHysteresisWithSetpoint": { 85675496dSDelphine CC Chiu "type": "boolean" 95675496dSDelphine CC Chiu }, 107d05ee59SBrad Bishop "Class": { 117d05ee59SBrad Bishop "type": "string" 127d05ee59SBrad Bishop }, 1353172a6aSBonnie Lo "DCoefficient": { 1453172a6aSBonnie Lo "type": "number" 1553172a6aSBonnie Lo }, 167d05ee59SBrad Bishop "FFGainCoefficient": { 177d05ee59SBrad Bishop "type": "number" 187d05ee59SBrad Bishop }, 197d05ee59SBrad Bishop "FFOffCoefficient": { 207d05ee59SBrad Bishop "type": "number" 217d05ee59SBrad Bishop }, 227d05ee59SBrad Bishop "ICoefficient": { 237d05ee59SBrad Bishop "type": "number" 247d05ee59SBrad Bishop }, 257d05ee59SBrad Bishop "ILimitMax": { 267d05ee59SBrad Bishop "type": "number" 277d05ee59SBrad Bishop }, 287d05ee59SBrad Bishop "ILimitMin": { 297d05ee59SBrad Bishop "type": "number" 307d05ee59SBrad Bishop }, 317d05ee59SBrad Bishop "Inputs": { 327d05ee59SBrad Bishop "type": "array", 337d05ee59SBrad Bishop "items": { 347d05ee59SBrad Bishop "type": "string" 357d05ee59SBrad Bishop } 367d05ee59SBrad Bishop }, 37aca73883SJosh Lehan "InputUnavailableAsFailed": { 38aca73883SJosh Lehan "type": "boolean" 39aca73883SJosh Lehan }, 40aca73883SJosh Lehan "MissingIsAcceptable": { 41aca73883SJosh Lehan "type": "array", 42aca73883SJosh Lehan "items": { 43aca73883SJosh Lehan "type": "string" 44aca73883SJosh Lehan } 45aca73883SJosh Lehan }, 467d05ee59SBrad Bishop "Name": { 477d05ee59SBrad Bishop "type": "string" 487d05ee59SBrad Bishop }, 490422a24bSJosh Lehan "NegativeHysteresis": { 500422a24bSJosh Lehan "type": "number" 510422a24bSJosh Lehan }, 527d05ee59SBrad Bishop "OutLimitMax": { 537d05ee59SBrad Bishop "type": "number" 547d05ee59SBrad Bishop }, 557d05ee59SBrad Bishop "OutLimitMin": { 567d05ee59SBrad Bishop "type": "number" 577d05ee59SBrad Bishop }, 587d05ee59SBrad Bishop "Outputs": { 597d05ee59SBrad Bishop "type": "array", 607d05ee59SBrad Bishop "items": { 617d05ee59SBrad Bishop "type": "string" 627d05ee59SBrad Bishop } 637d05ee59SBrad Bishop }, 647d05ee59SBrad Bishop "PCoefficient": { 657d05ee59SBrad Bishop "type": "number" 667d05ee59SBrad Bishop }, 670422a24bSJosh Lehan "PositiveHysteresis": { 680422a24bSJosh Lehan "type": "number" 690422a24bSJosh Lehan }, 707d05ee59SBrad Bishop "Profiles": { 717d05ee59SBrad Bishop "type": "array", 727d05ee59SBrad Bishop "items": { 737d05ee59SBrad Bishop "type": "string" 747d05ee59SBrad Bishop } 757d05ee59SBrad Bishop }, 767d05ee59SBrad Bishop "SlewNeg": { 777d05ee59SBrad Bishop "type": "number" 787d05ee59SBrad Bishop }, 797d05ee59SBrad Bishop "SlewPos": { 807d05ee59SBrad Bishop "type": "number" 817d05ee59SBrad Bishop }, 82aca73883SJosh Lehan "TempToMargin": { 83aca73883SJosh Lehan "type": "array", 84aca73883SJosh Lehan "items": { 85aca73883SJosh Lehan "type": "number" 86aca73883SJosh Lehan } 87aca73883SJosh Lehan }, 887d05ee59SBrad Bishop "Type": { 897d05ee59SBrad Bishop "type": "string" 907d05ee59SBrad Bishop }, 917d05ee59SBrad Bishop "Zones": { 927d05ee59SBrad Bishop "type": "array", 937d05ee59SBrad Bishop "items": { 947d05ee59SBrad Bishop "type": "string" 957d05ee59SBrad Bishop } 967d05ee59SBrad Bishop }, 977d05ee59SBrad Bishop "SetPoint": { 987d05ee59SBrad Bishop "type": "number" 997d05ee59SBrad Bishop }, 1007d05ee59SBrad Bishop "SetPointOffset": { 1017d05ee59SBrad Bishop "type": "string" 1027d05ee59SBrad Bishop } 1037d05ee59SBrad Bishop }, 1047d05ee59SBrad Bishop "required": [ 1057d05ee59SBrad Bishop "Class", 1067d05ee59SBrad Bishop "FFGainCoefficient", 1077d05ee59SBrad Bishop "FFOffCoefficient", 1087d05ee59SBrad Bishop "ICoefficient", 1097d05ee59SBrad Bishop "ILimitMax", 1107d05ee59SBrad Bishop "ILimitMin", 1117d05ee59SBrad Bishop "Inputs", 1127d05ee59SBrad Bishop "Name", 1137d05ee59SBrad Bishop "OutLimitMax", 1147d05ee59SBrad Bishop "OutLimitMin", 1157d05ee59SBrad Bishop "PCoefficient", 1167d05ee59SBrad Bishop "SlewNeg", 1177d05ee59SBrad Bishop "SlewPos", 1187d05ee59SBrad Bishop "Type", 1197d05ee59SBrad Bishop "Zones" 1207d05ee59SBrad Bishop ] 1217d05ee59SBrad Bishop } 1227d05ee59SBrad Bishop } 1237d05ee59SBrad Bishop} 124