blob: cabfe5c811dd75a5dc2bf03d44d3c6c5d397d304 [file] [log] [blame]
Brad Bishop66665882020-05-07 17:05:18 -04001{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "definitions": {
4 "Aggregate": {
Brad Bishopada40c52020-05-07 19:32:05 -04005 "description": [
6 "Don't add additional properties to this schema. Consult ",
7 "README.schema for instructions on adding new Exposes element ",
8 "sub-schema."
9 ],
Brad Bishop98e78b72020-06-22 16:12:15 -040010 "additionalProperties": false,
Brad Bishop66665882020-05-07 17:05:18 -040011 "properties": {
12 "Address": {
13 "$ref": "#/definitions/Types/Address"
14 },
15 "AllowedFailures": {
16 "$ref": "#/definitions/Types/AllowedFailures"
17 },
18 "AlphaF": {
19 "$ref": "#/definitions/Types/AlphaF"
20 },
21 "AlphaS": {
22 "$ref": "#/definitions/Types/AlphaS"
23 },
24 "BindConnector": {
25 "$ref": "#/definitions/Types/BindConnector"
26 },
27 "BindPresence": {
28 "$ref": "#/definitions/Types/BindPresence"
29 },
30 "BridgeGpio": {
31 "$ref": "#/definitions/Types/BridgeGpio"
32 },
33 "Bus": {
34 "$ref": "#/definitions/Types/Bus"
35 },
36 "C1": {
37 "$ref": "#/definitions/Types/C1"
38 },
39 "C2": {
40 "$ref": "#/definitions/Types/C2"
41 },
Brad Bishop98e78b72020-06-22 16:12:15 -040042 "CPURequired": {
43 "$ref": "#/definitions/Types/CPURequired"
44 },
Brad Bishop66665882020-05-07 17:05:18 -040045 "ChannelNames": {
46 "$ref": "#/definitions/Types/ChannelNames"
47 },
48 "Class": {
49 "$ref": "#/definitions/Types/Class"
50 },
51 "Connector": {
52 "$ref": "#/definitions/Types/Connector"
53 },
54 "CpuID": {
55 "$ref": "#/definitions/Types/CpuID"
56 },
Brad Bishop98e78b72020-06-22 16:12:15 -040057 "CurrScaleFactor": {
58 "$ref": "#/definitions/Types/CurrScaleFactor"
59 },
Brad Bishop66665882020-05-07 17:05:18 -040060 "Direction": {
61 "$ref": "#/definitions/Types/Direction"
62 },
63 "DtsCritOffset": {
64 "$ref": "#/definitions/Types/DtsCritOffset"
65 },
Oskar Senftf38b37c2021-09-07 13:07:11 -040066 "EntityId": {
67 "$ref": "#/definitions/Types/EntityId"
68 },
69 "EntityInstance": {
70 "$ref": "#/definitions/Types/EntityInstance"
71 },
Brad Bishop66665882020-05-07 17:05:18 -040072 "FaultIndex": {
73 "$ref": "#/definitions/Types/FaultIndex"
74 },
75 "FaultType": {
76 "$ref": "#/definitions/Types/FaultType"
77 },
78 "GpioPins": {
79 "$ref": "#/definitions/Types/GpioPins"
80 },
Brad Bishop98e78b72020-06-22 16:12:15 -040081 "GpioPolarity": {
82 "$ref": "#/definitions/Types/GpioPolarity"
83 },
Brad Bishop66665882020-05-07 17:05:18 -040084 "Index": {
85 "$ref": "#/definitions/Types/Index"
86 },
Brad Bishop66665882020-05-07 17:05:18 -040087 "Labels": {
88 "$ref": "#/definitions/Types/Labels"
89 },
90 "LedGpioPins": {
91 "$ref": "#/definitions/Types/LedGpioPins"
92 },
93 "MaxCFM": {
94 "$ref": "#/definitions/Types/MaxCFM"
95 },
96 "MaxReading": {
97 "$ref": "#/definitions/Types/MaxReading"
98 },
Josh Lehan0836ce02021-01-21 20:32:42 -080099 "MaxValue": {
100 "$ref": "#/definitions/Types/MaxValue"
101 },
102 "Units": {
103 "$ref": "#/definitions/Types/Units"
104 },
105 "MinReading": {
106 "$ref": "#/definitions/Types/MinReading"
107 },
108 "MinValue": {
109 "$ref": "#/definitions/Types/MinValue"
110 },
Brad Bishop66665882020-05-07 17:05:18 -0400111 "Name": {
112 "$ref": "#/definitions/Types/Name"
113 },
114 "Name1": {
115 "$ref": "#/definitions/Types/Name1"
116 },
Scron Chang73347452020-12-30 20:00:39 +0800117 "Name2": {
118 "$ref": "#/definitions/Types/Name2"
119 },
120 "Name3": {
121 "$ref": "#/definitions/Types/Name3"
122 },
123 "Name4": {
124 "$ref": "#/definitions/Types/Name4"
125 },
126 "Name5": {
127 "$ref": "#/definitions/Types/Name5"
128 },
129 "Name6": {
130 "$ref": "#/definitions/Types/Name6"
131 },
132 "Name7": {
133 "$ref": "#/definitions/Types/Name7"
134 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500135 "Name8": {
136 "$ref": "#/definitions/Types/Name8"
137 },
138 "Name9": {
139 "$ref": "#/definitions/Types/Name9"
140 },
141 "Name10": {
142 "$ref": "#/definitions/Types/Name10"
143 },
144 "Name11": {
145 "$ref": "#/definitions/Types/Name11"
146 },
147 "Name12": {
148 "$ref": "#/definitions/Types/Name12"
149 },
150 "Name13": {
151 "$ref": "#/definitions/Types/Name13"
152 },
153 "Name14": {
154 "$ref": "#/definitions/Types/Name14"
155 },
156 "Name15": {
157 "$ref": "#/definitions/Types/Name15"
158 },
159 "Name16": {
160 "$ref": "#/definitions/Types/Name16"
161 },
162 "Name17": {
163 "$ref": "#/definitions/Types/Name17"
164 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400165 "OffsetValue": {
166 "$ref": "#/definitions/Types/OffsetValue"
167 },
Brad Bishop66665882020-05-07 17:05:18 -0400168 "Polarity": {
169 "$ref": "#/definitions/Types/Polarity"
170 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400171 "Polling": {
172 "$ref": "#/definitions/Types/Polling"
173 },
Brad Bishop66665882020-05-07 17:05:18 -0400174 "PowerFactorMax": {
175 "$ref": "#/definitions/Types/PowerFactorMax"
176 },
177 "PowerFactorMin": {
178 "$ref": "#/definitions/Types/PowerFactorMin"
179 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400180 "PowerScaleFactor": {
181 "$ref": "#/definitions/Types/PowerScaleFactor"
182 },
Brad Bishop66665882020-05-07 17:05:18 -0400183 "PowerState": {
184 "$ref": "#/definitions/Types/PowerState"
185 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400186 "Presence": {
187 "$ref": "#/definitions/Types/Presence"
188 },
Brad Bishop66665882020-05-07 17:05:18 -0400189 "PresenceGpio": {
190 "$ref": "#/definitions/Types/PresenceGpio"
191 },
Brad Bishop66665882020-05-07 17:05:18 -0400192 "Pwm": {
193 "$ref": "#/definitions/Types/Pwm"
194 },
195 "QMax": {
196 "$ref": "#/definitions/Types/QMax"
197 },
198 "QMin": {
199 "$ref": "#/definitions/Types/QMin"
200 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400201 "RedundantCount": {
202 "$ref": "#/definitions/Types/RedundantCount"
203 },
Brad Bishop66665882020-05-07 17:05:18 -0400204 "ScaleFactor": {
205 "$ref": "#/definitions/Types/ScaleFactor"
206 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400207 "ScaleValue": {
208 "$ref": "#/definitions/Types/ScaleValue"
209 },
210 "SensorType": {
211 "$ref": "#/definitions/Types/SensorType"
212 },
Brad Bishop66665882020-05-07 17:05:18 -0400213 "TachMaxPercent": {
214 "$ref": "#/definitions/Types/TachMaxPercent"
215 },
216 "TachMinPercent": {
217 "$ref": "#/definitions/Types/TachMinPercent"
218 },
219 "Tachs": {
220 "$ref": "#/definitions/Types/Tachs"
221 },
222 "Thresholds": {
223 "$ref": "#/definitions/Types/Thresholds"
224 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700225 "Timeout": {
226 "$ref": "#/definitions/Types/Timeout"
227 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000228 "HostSMbusIndex": {
229 "$ref": "#/definitions/Types/HostSMbusIndex"
230 },
Scron Chang73347452020-12-30 20:00:39 +0800231 "pin_Max": {
232 "$ref": "#/definitions/Types/pin_Max"
233 },
234 "pin_Min": {
235 "$ref": "#/definitions/Types/pin_Min"
236 },
237 "vin_Max": {
238 "$ref": "#/definitions/Types/vin_Max"
239 },
240 "vin_Min": {
241 "$ref": "#/definitions/Types/vin_Min"
242 },
243 "iout1_Max": {
244 "$ref": "#/definitions/Types/iout1_Max"
245 },
246 "iout1_Min": {
247 "$ref": "#/definitions/Types/iout1_Min"
248 },
249 "iout2_Max": {
250 "$ref": "#/definitions/Types/iout2_Max"
251 },
252 "iout2_Min": {
253 "$ref": "#/definitions/Types/iout2_Min"
254 },
255 "pout1_Max": {
256 "$ref": "#/definitions/Types/pout1_Max"
257 },
258 "pout1_Min": {
259 "$ref": "#/definitions/Types/pout1_Min"
260 },
261 "pout2_Max": {
262 "$ref": "#/definitions/Types/pout2_Max"
263 },
264 "pout2_Min": {
265 "$ref": "#/definitions/Types/pout2_Min"
266 },
267 "pout3_Max": {
268 "$ref": "#/definitions/Types/pout3_Max"
269 },
270 "pout3_Min": {
271 "$ref": "#/definitions/Types/pout3_Min"
272 },
273 "vout1_Max": {
274 "$ref": "#/definitions/Types/vout1_Max"
275 },
276 "vout1_Min": {
277 "$ref": "#/definitions/Types/vout1_Min"
278 },
279 "vout2_Max": {
280 "$ref": "#/definitions/Types/vout2_Max"
281 },
282 "vout2_Min": {
283 "$ref": "#/definitions/Types/vout2_Min"
284 },
285 "vout3_Max": {
286 "$ref": "#/definitions/Types/vout3_Max"
287 },
288 "vout3_Min": {
289 "$ref": "#/definitions/Types/vout3_Min"
290 },
291 "vout4_Max": {
292 "$ref": "#/definitions/Types/vout4_Max"
293 },
294 "vout4_Min": {
295 "$ref": "#/definitions/Types/vout4_Min"
296 },
297 "vout5_Max": {
298 "$ref": "#/definitions/Types/vout5_Max"
299 },
300 "vout5_Min": {
301 "$ref": "#/definitions/Types/vout5_Min"
302 },
303 "vout6_Max": {
304 "$ref": "#/definitions/Types/vout6_Max"
305 },
306 "vout6_Min": {
307 "$ref": "#/definitions/Types/vout6_Min"
308 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500309 "vout7_Max": {
310 "$ref": "#/definitions/Types/vout7_Max"
311 },
312 "vout7_Min": {
313 "$ref": "#/definitions/Types/vout7_Min"
314 },
Scron Chang73347452020-12-30 20:00:39 +0800315 "vout8_Max": {
316 "$ref": "#/definitions/Types/vout8_Max"
317 },
318 "vout8_Min": {
319 "$ref": "#/definitions/Types/vout8_Min"
320 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500321 "vout9_Max": {
322 "$ref": "#/definitions/Types/vout9_Max"
323 },
324 "vout9_Min": {
325 "$ref": "#/definitions/Types/vout9_Min"
326 },
327 "vout10_Max": {
328 "$ref": "#/definitions/Types/vout10_Max"
329 },
330 "vout10_Min": {
331 "$ref": "#/definitions/Types/vout10_Min"
332 },
333 "vout11_Max": {
334 "$ref": "#/definitions/Types/vout11_Max"
335 },
336 "vout11_Min": {
337 "$ref": "#/definitions/Types/vout11_Min"
338 },
339 "vout12_Max": {
340 "$ref": "#/definitions/Types/vout12_Max"
341 },
342 "vout12_Min": {
343 "$ref": "#/definitions/Types/vout12_Min"
344 },
345 "vout13_Max": {
346 "$ref": "#/definitions/Types/vout13_Max"
347 },
348 "vout13_Min": {
349 "$ref": "#/definitions/Types/vout13_Min"
350 },
351 "vout14_Max": {
352 "$ref": "#/definitions/Types/vout14_Max"
353 },
354 "vout14_Min": {
355 "$ref": "#/definitions/Types/vout14_Min"
356 },
357 "vout15_Max": {
358 "$ref": "#/definitions/Types/vout15_Max"
359 },
360 "vout15_Min": {
361 "$ref": "#/definitions/Types/vout15_Min"
362 },
363 "vout16_Max": {
364 "$ref": "#/definitions/Types/vout16_Max"
365 },
366 "vout16_Min": {
367 "$ref": "#/definitions/Types/vout16_Min"
368 },
369 "vout17_Max": {
370 "$ref": "#/definitions/Types/vout17_Max"
371 },
372 "vout17_Min": {
373 "$ref": "#/definitions/Types/vout17_Min"
374 },
Scron Chang73347452020-12-30 20:00:39 +0800375 "iout1_Offset": {
376 "$ref": "#/definitions/Types/iout1_Offset"
377 },
378 "pout1_Offset": {
379 "$ref": "#/definitions/Types/pout1_Offset"
380 },
Scron Changf0941252021-01-22 21:02:50 +0800381 "iout1_Scale": {
382 "$ref": "#/definitions/Types/iout1_Scale"
383 },
384 "PollRate": {
385 "$ref": "#/definitions/Types/PollRate"
386 },
Brad Bishop66665882020-05-07 17:05:18 -0400387 "Type": {
388 "$ref": "#/definitions/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400389 }
390 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600391 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400392 "type": "object"
393 },
394 "Types": {
395 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600396 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400397 },
398 "AllowedFailures": {
399 "type": "number"
400 },
401 "AlphaF": {
402 "type": "number"
403 },
404 "AlphaS": {
405 "type": "number"
406 },
407 "BindConnector": {
408 "type": "string"
409 },
410 "BindPresence": {
411 "type": "string"
412 },
413 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600414 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400415 },
416 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600417 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400418 },
419 "C1": {
420 "type": "number"
421 },
422 "C2": {
423 "type": "number"
424 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400425 "CPURequired": {
426 "type": "number"
427 },
Brad Bishop66665882020-05-07 17:05:18 -0400428 "ChannelNames": {
429 "items": {
430 "type": "string"
431 },
432 "type": "array"
433 },
434 "Class": {
435 "type": "string"
436 },
437 "Connector": {
438 "properties": {
439 "Name": {
440 "type": "string"
441 },
442 "Pwm": {
443 "type": "number"
444 },
445 "Tachs": {
446 "items": {
447 "type": "number"
448 },
449 "type": "array"
450 }
451 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600452 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -0400453 "type": "object"
454 },
455 "CpuID": {
456 "type": "number"
457 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400458 "CurrScaleFactor": {
459 "type": "number"
460 },
Brad Bishop66665882020-05-07 17:05:18 -0400461 "Direction": {
462 "type": "string"
463 },
464 "DtsCritOffset": {
465 "type": "number"
466 },
Oskar Senftf38b37c2021-09-07 13:07:11 -0400467 "EntityId": {
468 "type": "number"
469 },
470 "EntityInstance": {
471 "type": "number"
472 },
Brad Bishop66665882020-05-07 17:05:18 -0400473 "FaultIndex": {
474 "type": "number"
475 },
476 "FaultType": {
477 "type": "string"
478 },
479 "GpioPins": {
480 "items": {
481 "type": "number"
482 },
483 "type": "array"
484 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400485 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600486 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -0400487 },
Brad Bishop66665882020-05-07 17:05:18 -0400488 "Index": {
489 "type": "number"
490 },
Brad Bishop66665882020-05-07 17:05:18 -0400491 "Labels": {
492 "items": {
493 "type": "string"
494 },
495 "type": "array"
496 },
497 "LedGpioPins": {
498 "items": {
499 "type": "number"
500 },
501 "type": "array"
502 },
503 "MaxCFM": {
504 "type": "number"
505 },
506 "MaxReading": {
507 "type": "number"
508 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800509 "MaxValue": {
510 "type": "number"
511 },
512 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000513 "type": "string",
514 "enum": [
515 "DegreesC",
516 "RPMS",
517 "Volts",
518 "Meters",
519 "Amperes",
520 "Watts",
521 "Joules",
522 "Percent",
523 "CFM",
524 "Pascals"
525 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800526 },
527 "MinReading": {
528 "type": "number"
529 },
530 "MinValue": {
531 "type": "number"
532 },
Brad Bishop66665882020-05-07 17:05:18 -0400533 "Name": {
534 "type": "string"
535 },
536 "Name1": {
537 "type": "string"
538 },
Scron Chang73347452020-12-30 20:00:39 +0800539 "Name2": {
540 "type": "string"
541 },
542 "Name3": {
543 "type": "string"
544 },
545 "Name4": {
546 "type": "string"
547 },
548 "Name5": {
549 "type": "string"
550 },
551 "Name6": {
552 "type": "string"
553 },
554 "Name7": {
555 "type": "string"
556 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500557 "Name8": {
558 "type": "string"
559 },
560 "Name9": {
561 "type": "string"
562 },
563 "Name10": {
564 "type": "string"
565 },
566 "Name11": {
567 "type": "string"
568 },
569 "Name12": {
570 "type": "string"
571 },
572 "Name13": {
573 "type": "string"
574 },
575 "Name14": {
576 "type": "string"
577 },
578 "Name15": {
579 "type": "string"
580 },
581 "Name16": {
582 "type": "string"
583 },
584 "Name17": {
585 "type": "string"
586 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400587 "OffsetValue": {
588 "type": "number"
589 },
Brad Bishop66665882020-05-07 17:05:18 -0400590 "Polarity": {
591 "type": "string"
592 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400593 "Polling": {
594 "type": "object"
595 },
Brad Bishop66665882020-05-07 17:05:18 -0400596 "PowerFactorMax": {
597 "type": "number"
598 },
599 "PowerFactorMin": {
600 "type": "number"
601 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400602 "PowerScaleFactor": {
603 "type": "number"
604 },
Brad Bishop66665882020-05-07 17:05:18 -0400605 "PowerState": {
606 "type": "string"
607 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400608 "Presence": {
609 "properties": {
610 "PinName": {
611 "type": "string"
612 },
613 "Polarity": {
614 "enum": "Low"
615 }
616 },
617 "type": "object"
618 },
Brad Bishop66665882020-05-07 17:05:18 -0400619 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600620 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400621 },
Brad Bishop66665882020-05-07 17:05:18 -0400622 "Pwm": {
623 "type": "number"
624 },
625 "QMax": {
626 "type": "number"
627 },
628 "QMin": {
629 "type": "number"
630 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400631 "RedundantCount": {
632 "type": "number"
633 },
Brad Bishop66665882020-05-07 17:05:18 -0400634 "ScaleFactor": {
635 "type": "number"
636 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400637 "ScaleValue": {
638 "type": "number"
639 },
640 "SensorType": {
641 "type": "string"
642 },
Brad Bishop66665882020-05-07 17:05:18 -0400643 "TachMaxPercent": {
644 "type": "number"
645 },
646 "TachMinPercent": {
647 "type": "number"
648 },
649 "Tachs": {
650 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600651 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -0400652 },
653 "type": "array"
654 },
655 "Thresholds": {
656 "items": {
657 "properties": {
658 "Direction": {
659 "type": "string"
660 },
Rashmica Gupta3c543602021-07-29 15:14:36 +1000661 "Hysteresis": {
662 "type": "number"
663 },
Brad Bishop66665882020-05-07 17:05:18 -0400664 "Label": {
665 "type": "string"
666 },
667 "Name": {
668 "type": "string"
669 },
670 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +1000671 "type": "number",
672 "minimum": 0,
673 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -0400674 },
675 "Value": {
676 "type": "number"
677 }
678 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600679 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -0400680 "type": "object"
681 },
682 "type": "array"
683 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700684 "Timeout": {
685 "type": "number"
686 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000687 "HostSMbusIndex": {
688 "type": "number"
689 },
Scron Chang73347452020-12-30 20:00:39 +0800690 "pin_Max": {
691 "type": "number"
692 },
693 "pin_Min": {
694 "type": "number"
695 },
696 "vin_Max": {
697 "type": "number"
698 },
699 "vin_Min": {
700 "type": "number"
701 },
702 "iout1_Max": {
703 "type": "number"
704 },
705 "iout1_Min": {
706 "type": "number"
707 },
708 "iout2_Max": {
709 "type": "number"
710 },
711 "iout2_Min": {
712 "type": "number"
713 },
714 "pout1_Max": {
715 "type": "number"
716 },
717 "pout1_Min": {
718 "type": "number"
719 },
720 "pout2_Max": {
721 "type": "number"
722 },
723 "pout2_Min": {
724 "type": "number"
725 },
726 "pout3_Max": {
727 "type": "number"
728 },
729 "pout3_Min": {
730 "type": "number"
731 },
732 "vout1_Max": {
733 "type": "number"
734 },
735 "vout1_Min": {
736 "type": "number"
737 },
738 "vout2_Max": {
739 "type": "number"
740 },
741 "vout2_Min": {
742 "type": "number"
743 },
744 "vout3_Max": {
745 "type": "number"
746 },
747 "vout3_Min": {
748 "type": "number"
749 },
750 "vout4_Max": {
751 "type": "number"
752 },
753 "vout4_Min": {
754 "type": "number"
755 },
756 "vout5_Max": {
757 "type": "number"
758 },
759 "vout5_Min": {
760 "type": "number"
761 },
762 "vout6_Max": {
763 "type": "number"
764 },
765 "vout6_Min": {
766 "type": "number"
767 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500768 "vout7_Max": {
769 "type": "number"
770 },
771 "vout7_Min": {
772 "type": "number"
773 },
Scron Chang73347452020-12-30 20:00:39 +0800774 "vout8_Max": {
775 "type": "number"
776 },
777 "vout8_Min": {
778 "type": "number"
779 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500780 "vout9_Max": {
781 "type": "number"
782 },
783 "vout9_Min": {
784 "type": "number"
785 },
786 "vout10_Max": {
787 "type": "number"
788 },
789 "vout10_Min": {
790 "type": "number"
791 },
792 "vout11_Max": {
793 "type": "number"
794 },
795 "vout11_Min": {
796 "type": "number"
797 },
798 "vout12_Max": {
799 "type": "number"
800 },
801 "vout12_Min": {
802 "type": "number"
803 },
804 "vout13_Max": {
805 "type": "number"
806 },
807 "vout13_Min": {
808 "type": "number"
809 },
810 "vout14_Max": {
811 "type": "number"
812 },
813 "vout14_Min": {
814 "type": "number"
815 },
816 "vout15_Max": {
817 "type": "number"
818 },
819 "vout15_Min": {
820 "type": "number"
821 },
822 "vout16_Max": {
823 "type": "number"
824 },
825 "vout16_Min": {
826 "type": "number"
827 },
828 "vout17_Max": {
829 "type": "number"
830 },
831 "vout17_Min": {
832 "type": "number"
833 },
Scron Chang73347452020-12-30 20:00:39 +0800834 "iout1_Offset": {
835 "type": "number"
836 },
837 "pout1_Offset": {
838 "type": "number"
839 },
Scron Changf0941252021-01-22 21:02:50 +0800840 "iout1_Scale": {
841 "type": "number"
842 },
843 "PollRate": {
844 "type": "number"
845 },
Brad Bishop66665882020-05-07 17:05:18 -0400846 "Type": {
847 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -0400848 }
849 }
850 }
851}