blob: 6fd6ba32e4c6416313eb5b2168c82d1d77437f9b [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 },
Brad Bishop66665882020-05-07 17:05:18 -040066 "FaultIndex": {
67 "$ref": "#/definitions/Types/FaultIndex"
68 },
69 "FaultType": {
70 "$ref": "#/definitions/Types/FaultType"
71 },
72 "GpioPins": {
73 "$ref": "#/definitions/Types/GpioPins"
74 },
Brad Bishop98e78b72020-06-22 16:12:15 -040075 "GpioPolarity": {
76 "$ref": "#/definitions/Types/GpioPolarity"
77 },
Brad Bishop66665882020-05-07 17:05:18 -040078 "Index": {
79 "$ref": "#/definitions/Types/Index"
80 },
Brad Bishop66665882020-05-07 17:05:18 -040081 "Labels": {
82 "$ref": "#/definitions/Types/Labels"
83 },
84 "LedGpioPins": {
85 "$ref": "#/definitions/Types/LedGpioPins"
86 },
87 "MaxCFM": {
88 "$ref": "#/definitions/Types/MaxCFM"
89 },
90 "MaxReading": {
91 "$ref": "#/definitions/Types/MaxReading"
92 },
Josh Lehan0836ce02021-01-21 20:32:42 -080093 "MaxValue": {
94 "$ref": "#/definitions/Types/MaxValue"
95 },
96 "Units": {
97 "$ref": "#/definitions/Types/Units"
98 },
99 "MinReading": {
100 "$ref": "#/definitions/Types/MinReading"
101 },
102 "MinValue": {
103 "$ref": "#/definitions/Types/MinValue"
104 },
Brad Bishop66665882020-05-07 17:05:18 -0400105 "Name": {
106 "$ref": "#/definitions/Types/Name"
107 },
108 "Name1": {
109 "$ref": "#/definitions/Types/Name1"
110 },
Scron Chang73347452020-12-30 20:00:39 +0800111 "Name2": {
112 "$ref": "#/definitions/Types/Name2"
113 },
114 "Name3": {
115 "$ref": "#/definitions/Types/Name3"
116 },
117 "Name4": {
118 "$ref": "#/definitions/Types/Name4"
119 },
120 "Name5": {
121 "$ref": "#/definitions/Types/Name5"
122 },
123 "Name6": {
124 "$ref": "#/definitions/Types/Name6"
125 },
126 "Name7": {
127 "$ref": "#/definitions/Types/Name7"
128 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500129 "Name8": {
130 "$ref": "#/definitions/Types/Name8"
131 },
132 "Name9": {
133 "$ref": "#/definitions/Types/Name9"
134 },
135 "Name10": {
136 "$ref": "#/definitions/Types/Name10"
137 },
138 "Name11": {
139 "$ref": "#/definitions/Types/Name11"
140 },
141 "Name12": {
142 "$ref": "#/definitions/Types/Name12"
143 },
144 "Name13": {
145 "$ref": "#/definitions/Types/Name13"
146 },
147 "Name14": {
148 "$ref": "#/definitions/Types/Name14"
149 },
150 "Name15": {
151 "$ref": "#/definitions/Types/Name15"
152 },
153 "Name16": {
154 "$ref": "#/definitions/Types/Name16"
155 },
156 "Name17": {
157 "$ref": "#/definitions/Types/Name17"
158 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400159 "OffsetValue": {
160 "$ref": "#/definitions/Types/OffsetValue"
161 },
Brad Bishop66665882020-05-07 17:05:18 -0400162 "Polarity": {
163 "$ref": "#/definitions/Types/Polarity"
164 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400165 "Polling": {
166 "$ref": "#/definitions/Types/Polling"
167 },
Brad Bishop66665882020-05-07 17:05:18 -0400168 "PowerFactorMax": {
169 "$ref": "#/definitions/Types/PowerFactorMax"
170 },
171 "PowerFactorMin": {
172 "$ref": "#/definitions/Types/PowerFactorMin"
173 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400174 "PowerScaleFactor": {
175 "$ref": "#/definitions/Types/PowerScaleFactor"
176 },
Brad Bishop66665882020-05-07 17:05:18 -0400177 "PowerState": {
178 "$ref": "#/definitions/Types/PowerState"
179 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400180 "Presence": {
181 "$ref": "#/definitions/Types/Presence"
182 },
Brad Bishop66665882020-05-07 17:05:18 -0400183 "PresenceGpio": {
184 "$ref": "#/definitions/Types/PresenceGpio"
185 },
Brad Bishop66665882020-05-07 17:05:18 -0400186 "Pwm": {
187 "$ref": "#/definitions/Types/Pwm"
188 },
189 "QMax": {
190 "$ref": "#/definitions/Types/QMax"
191 },
192 "QMin": {
193 "$ref": "#/definitions/Types/QMin"
194 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400195 "RedundantCount": {
196 "$ref": "#/definitions/Types/RedundantCount"
197 },
Brad Bishop66665882020-05-07 17:05:18 -0400198 "ScaleFactor": {
199 "$ref": "#/definitions/Types/ScaleFactor"
200 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400201 "ScaleValue": {
202 "$ref": "#/definitions/Types/ScaleValue"
203 },
204 "SensorType": {
205 "$ref": "#/definitions/Types/SensorType"
206 },
Brad Bishop66665882020-05-07 17:05:18 -0400207 "TachMaxPercent": {
208 "$ref": "#/definitions/Types/TachMaxPercent"
209 },
210 "TachMinPercent": {
211 "$ref": "#/definitions/Types/TachMinPercent"
212 },
213 "Tachs": {
214 "$ref": "#/definitions/Types/Tachs"
215 },
216 "Thresholds": {
217 "$ref": "#/definitions/Types/Thresholds"
218 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700219 "Timeout": {
220 "$ref": "#/definitions/Types/Timeout"
221 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000222 "HostSMbusIndex": {
223 "$ref": "#/definitions/Types/HostSMbusIndex"
224 },
Scron Chang73347452020-12-30 20:00:39 +0800225 "pin_Max": {
226 "$ref": "#/definitions/Types/pin_Max"
227 },
228 "pin_Min": {
229 "$ref": "#/definitions/Types/pin_Min"
230 },
231 "vin_Max": {
232 "$ref": "#/definitions/Types/vin_Max"
233 },
234 "vin_Min": {
235 "$ref": "#/definitions/Types/vin_Min"
236 },
237 "iout1_Max": {
238 "$ref": "#/definitions/Types/iout1_Max"
239 },
240 "iout1_Min": {
241 "$ref": "#/definitions/Types/iout1_Min"
242 },
243 "iout2_Max": {
244 "$ref": "#/definitions/Types/iout2_Max"
245 },
246 "iout2_Min": {
247 "$ref": "#/definitions/Types/iout2_Min"
248 },
249 "pout1_Max": {
250 "$ref": "#/definitions/Types/pout1_Max"
251 },
252 "pout1_Min": {
253 "$ref": "#/definitions/Types/pout1_Min"
254 },
255 "pout2_Max": {
256 "$ref": "#/definitions/Types/pout2_Max"
257 },
258 "pout2_Min": {
259 "$ref": "#/definitions/Types/pout2_Min"
260 },
261 "pout3_Max": {
262 "$ref": "#/definitions/Types/pout3_Max"
263 },
264 "pout3_Min": {
265 "$ref": "#/definitions/Types/pout3_Min"
266 },
267 "vout1_Max": {
268 "$ref": "#/definitions/Types/vout1_Max"
269 },
270 "vout1_Min": {
271 "$ref": "#/definitions/Types/vout1_Min"
272 },
273 "vout2_Max": {
274 "$ref": "#/definitions/Types/vout2_Max"
275 },
276 "vout2_Min": {
277 "$ref": "#/definitions/Types/vout2_Min"
278 },
279 "vout3_Max": {
280 "$ref": "#/definitions/Types/vout3_Max"
281 },
282 "vout3_Min": {
283 "$ref": "#/definitions/Types/vout3_Min"
284 },
285 "vout4_Max": {
286 "$ref": "#/definitions/Types/vout4_Max"
287 },
288 "vout4_Min": {
289 "$ref": "#/definitions/Types/vout4_Min"
290 },
291 "vout5_Max": {
292 "$ref": "#/definitions/Types/vout5_Max"
293 },
294 "vout5_Min": {
295 "$ref": "#/definitions/Types/vout5_Min"
296 },
297 "vout6_Max": {
298 "$ref": "#/definitions/Types/vout6_Max"
299 },
300 "vout6_Min": {
301 "$ref": "#/definitions/Types/vout6_Min"
302 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500303 "vout7_Max": {
304 "$ref": "#/definitions/Types/vout7_Max"
305 },
306 "vout7_Min": {
307 "$ref": "#/definitions/Types/vout7_Min"
308 },
Scron Chang73347452020-12-30 20:00:39 +0800309 "vout8_Max": {
310 "$ref": "#/definitions/Types/vout8_Max"
311 },
312 "vout8_Min": {
313 "$ref": "#/definitions/Types/vout8_Min"
314 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500315 "vout9_Max": {
316 "$ref": "#/definitions/Types/vout9_Max"
317 },
318 "vout9_Min": {
319 "$ref": "#/definitions/Types/vout9_Min"
320 },
321 "vout10_Max": {
322 "$ref": "#/definitions/Types/vout10_Max"
323 },
324 "vout10_Min": {
325 "$ref": "#/definitions/Types/vout10_Min"
326 },
327 "vout11_Max": {
328 "$ref": "#/definitions/Types/vout11_Max"
329 },
330 "vout11_Min": {
331 "$ref": "#/definitions/Types/vout11_Min"
332 },
333 "vout12_Max": {
334 "$ref": "#/definitions/Types/vout12_Max"
335 },
336 "vout12_Min": {
337 "$ref": "#/definitions/Types/vout12_Min"
338 },
339 "vout13_Max": {
340 "$ref": "#/definitions/Types/vout13_Max"
341 },
342 "vout13_Min": {
343 "$ref": "#/definitions/Types/vout13_Min"
344 },
345 "vout14_Max": {
346 "$ref": "#/definitions/Types/vout14_Max"
347 },
348 "vout14_Min": {
349 "$ref": "#/definitions/Types/vout14_Min"
350 },
351 "vout15_Max": {
352 "$ref": "#/definitions/Types/vout15_Max"
353 },
354 "vout15_Min": {
355 "$ref": "#/definitions/Types/vout15_Min"
356 },
357 "vout16_Max": {
358 "$ref": "#/definitions/Types/vout16_Max"
359 },
360 "vout16_Min": {
361 "$ref": "#/definitions/Types/vout16_Min"
362 },
363 "vout17_Max": {
364 "$ref": "#/definitions/Types/vout17_Max"
365 },
366 "vout17_Min": {
367 "$ref": "#/definitions/Types/vout17_Min"
368 },
Scron Chang73347452020-12-30 20:00:39 +0800369 "iout1_Offset": {
370 "$ref": "#/definitions/Types/iout1_Offset"
371 },
372 "pout1_Offset": {
373 "$ref": "#/definitions/Types/pout1_Offset"
374 },
Scron Changf0941252021-01-22 21:02:50 +0800375 "iout1_Scale": {
376 "$ref": "#/definitions/Types/iout1_Scale"
377 },
378 "PollRate": {
379 "$ref": "#/definitions/Types/PollRate"
380 },
Brad Bishop66665882020-05-07 17:05:18 -0400381 "Type": {
382 "$ref": "#/definitions/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400383 }
384 },
385 "required": [
386 "Name",
387 "Type"
388 ],
389 "type": "object"
390 },
391 "Types": {
392 "Address": {
Brad Bishopa1427092020-05-07 17:45:28 -0400393 "type": [
394 "string",
395 "array"
396 ]
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": {
Brad Bishopa1427092020-05-07 17:45:28 -0400414 "type": [
415 "number",
416 "array"
417 ]
Brad Bishop66665882020-05-07 17:05:18 -0400418 },
419 "Bus": {
420 "type": [
421 "string",
422 "number"
423 ]
424 },
425 "C1": {
426 "type": "number"
427 },
428 "C2": {
429 "type": "number"
430 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400431 "CPURequired": {
432 "type": "number"
433 },
Brad Bishop66665882020-05-07 17:05:18 -0400434 "ChannelNames": {
435 "items": {
436 "type": "string"
437 },
438 "type": "array"
439 },
440 "Class": {
441 "type": "string"
442 },
443 "Connector": {
444 "properties": {
445 "Name": {
446 "type": "string"
447 },
448 "Pwm": {
449 "type": "number"
450 },
451 "Tachs": {
452 "items": {
453 "type": "number"
454 },
455 "type": "array"
456 }
457 },
458 "required": [
459 "Name",
460 "Pwm",
461 "Tachs"
462 ],
463 "type": "object"
464 },
465 "CpuID": {
466 "type": "number"
467 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400468 "CurrScaleFactor": {
469 "type": "number"
470 },
Brad Bishop66665882020-05-07 17:05:18 -0400471 "Direction": {
472 "type": "string"
473 },
474 "DtsCritOffset": {
475 "type": "number"
476 },
Brad Bishop66665882020-05-07 17:05:18 -0400477 "FaultIndex": {
478 "type": "number"
479 },
480 "FaultType": {
481 "type": "string"
482 },
483 "GpioPins": {
484 "items": {
485 "type": "number"
486 },
487 "type": "array"
488 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400489 "GpioPolarity": {
490 "enum": [
491 "Low"
492 ]
493 },
Brad Bishop66665882020-05-07 17:05:18 -0400494 "Index": {
495 "type": "number"
496 },
Brad Bishop66665882020-05-07 17:05:18 -0400497 "Labels": {
498 "items": {
499 "type": "string"
500 },
501 "type": "array"
502 },
503 "LedGpioPins": {
504 "items": {
505 "type": "number"
506 },
507 "type": "array"
508 },
509 "MaxCFM": {
510 "type": "number"
511 },
512 "MaxReading": {
513 "type": "number"
514 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800515 "MaxValue": {
516 "type": "number"
517 },
518 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +1000519 "type": "string",
520 "enum": [
521 "DegreesC",
522 "RPMS",
523 "Volts",
524 "Meters",
525 "Amperes",
526 "Watts",
527 "Joules",
528 "Percent",
529 "CFM",
530 "Pascals"
531 ]
Josh Lehan0836ce02021-01-21 20:32:42 -0800532 },
533 "MinReading": {
534 "type": "number"
535 },
536 "MinValue": {
537 "type": "number"
538 },
Brad Bishop66665882020-05-07 17:05:18 -0400539 "Name": {
540 "type": "string"
541 },
542 "Name1": {
543 "type": "string"
544 },
Scron Chang73347452020-12-30 20:00:39 +0800545 "Name2": {
546 "type": "string"
547 },
548 "Name3": {
549 "type": "string"
550 },
551 "Name4": {
552 "type": "string"
553 },
554 "Name5": {
555 "type": "string"
556 },
557 "Name6": {
558 "type": "string"
559 },
560 "Name7": {
561 "type": "string"
562 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500563 "Name8": {
564 "type": "string"
565 },
566 "Name9": {
567 "type": "string"
568 },
569 "Name10": {
570 "type": "string"
571 },
572 "Name11": {
573 "type": "string"
574 },
575 "Name12": {
576 "type": "string"
577 },
578 "Name13": {
579 "type": "string"
580 },
581 "Name14": {
582 "type": "string"
583 },
584 "Name15": {
585 "type": "string"
586 },
587 "Name16": {
588 "type": "string"
589 },
590 "Name17": {
591 "type": "string"
592 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400593 "OffsetValue": {
594 "type": "number"
595 },
Brad Bishop66665882020-05-07 17:05:18 -0400596 "Polarity": {
597 "type": "string"
598 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400599 "Polling": {
600 "type": "object"
601 },
Brad Bishop66665882020-05-07 17:05:18 -0400602 "PowerFactorMax": {
603 "type": "number"
604 },
605 "PowerFactorMin": {
606 "type": "number"
607 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400608 "PowerScaleFactor": {
609 "type": "number"
610 },
Brad Bishop66665882020-05-07 17:05:18 -0400611 "PowerState": {
612 "type": "string"
613 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400614 "Presence": {
615 "properties": {
616 "PinName": {
617 "type": "string"
618 },
619 "Polarity": {
620 "enum": "Low"
621 }
622 },
623 "type": "object"
624 },
Brad Bishop66665882020-05-07 17:05:18 -0400625 "PresenceGpio": {
Brad Bishopa1427092020-05-07 17:45:28 -0400626 "type": [
627 "number",
628 "array"
629 ]
Brad Bishop66665882020-05-07 17:05:18 -0400630 },
Brad Bishop66665882020-05-07 17:05:18 -0400631 "Pwm": {
632 "type": "number"
633 },
634 "QMax": {
635 "type": "number"
636 },
637 "QMin": {
638 "type": "number"
639 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400640 "RedundantCount": {
641 "type": "number"
642 },
Brad Bishop66665882020-05-07 17:05:18 -0400643 "ScaleFactor": {
644 "type": "number"
645 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400646 "ScaleValue": {
647 "type": "number"
648 },
649 "SensorType": {
650 "type": "string"
651 },
Brad Bishop66665882020-05-07 17:05:18 -0400652 "TachMaxPercent": {
653 "type": "number"
654 },
655 "TachMinPercent": {
656 "type": "number"
657 },
658 "Tachs": {
659 "items": {
660 "type": [
661 "number",
662 "string"
663 ]
664 },
665 "type": "array"
666 },
667 "Thresholds": {
668 "items": {
669 "properties": {
670 "Direction": {
671 "type": "string"
672 },
673 "Label": {
674 "type": "string"
675 },
676 "Name": {
677 "type": "string"
678 },
679 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +1000680 "type": "number",
681 "minimum": 0,
682 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -0400683 },
684 "Value": {
685 "type": "number"
686 }
687 },
688 "required": [
689 "Direction",
690 "Name",
691 "Severity",
692 "Value"
693 ],
694 "type": "object"
695 },
696 "type": "array"
697 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700698 "Timeout": {
699 "type": "number"
700 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000701 "HostSMbusIndex": {
702 "type": "number"
703 },
Scron Chang73347452020-12-30 20:00:39 +0800704 "pin_Max": {
705 "type": "number"
706 },
707 "pin_Min": {
708 "type": "number"
709 },
710 "vin_Max": {
711 "type": "number"
712 },
713 "vin_Min": {
714 "type": "number"
715 },
716 "iout1_Max": {
717 "type": "number"
718 },
719 "iout1_Min": {
720 "type": "number"
721 },
722 "iout2_Max": {
723 "type": "number"
724 },
725 "iout2_Min": {
726 "type": "number"
727 },
728 "pout1_Max": {
729 "type": "number"
730 },
731 "pout1_Min": {
732 "type": "number"
733 },
734 "pout2_Max": {
735 "type": "number"
736 },
737 "pout2_Min": {
738 "type": "number"
739 },
740 "pout3_Max": {
741 "type": "number"
742 },
743 "pout3_Min": {
744 "type": "number"
745 },
746 "vout1_Max": {
747 "type": "number"
748 },
749 "vout1_Min": {
750 "type": "number"
751 },
752 "vout2_Max": {
753 "type": "number"
754 },
755 "vout2_Min": {
756 "type": "number"
757 },
758 "vout3_Max": {
759 "type": "number"
760 },
761 "vout3_Min": {
762 "type": "number"
763 },
764 "vout4_Max": {
765 "type": "number"
766 },
767 "vout4_Min": {
768 "type": "number"
769 },
770 "vout5_Max": {
771 "type": "number"
772 },
773 "vout5_Min": {
774 "type": "number"
775 },
776 "vout6_Max": {
777 "type": "number"
778 },
779 "vout6_Min": {
780 "type": "number"
781 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500782 "vout7_Max": {
783 "type": "number"
784 },
785 "vout7_Min": {
786 "type": "number"
787 },
Scron Chang73347452020-12-30 20:00:39 +0800788 "vout8_Max": {
789 "type": "number"
790 },
791 "vout8_Min": {
792 "type": "number"
793 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500794 "vout9_Max": {
795 "type": "number"
796 },
797 "vout9_Min": {
798 "type": "number"
799 },
800 "vout10_Max": {
801 "type": "number"
802 },
803 "vout10_Min": {
804 "type": "number"
805 },
806 "vout11_Max": {
807 "type": "number"
808 },
809 "vout11_Min": {
810 "type": "number"
811 },
812 "vout12_Max": {
813 "type": "number"
814 },
815 "vout12_Min": {
816 "type": "number"
817 },
818 "vout13_Max": {
819 "type": "number"
820 },
821 "vout13_Min": {
822 "type": "number"
823 },
824 "vout14_Max": {
825 "type": "number"
826 },
827 "vout14_Min": {
828 "type": "number"
829 },
830 "vout15_Max": {
831 "type": "number"
832 },
833 "vout15_Min": {
834 "type": "number"
835 },
836 "vout16_Max": {
837 "type": "number"
838 },
839 "vout16_Min": {
840 "type": "number"
841 },
842 "vout17_Max": {
843 "type": "number"
844 },
845 "vout17_Min": {
846 "type": "number"
847 },
Scron Chang73347452020-12-30 20:00:39 +0800848 "iout1_Offset": {
849 "type": "number"
850 },
851 "pout1_Offset": {
852 "type": "number"
853 },
Scron Changf0941252021-01-22 21:02:50 +0800854 "iout1_Scale": {
855 "type": "number"
856 },
857 "PollRate": {
858 "type": "number"
859 },
Brad Bishop66665882020-05-07 17:05:18 -0400860 "Type": {
861 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -0400862 }
863 }
864 }
865}
Scron Changf0941252021-01-22 21:02:50 +0800866