blob: d62cd77658f07406cc6f5a3fa7667f6d9094ae55 [file] [log] [blame]
Brad Bishop66665882020-05-07 17:05:18 -04001{
2 "$schema": "http://json-schema.org/draft-07/schema#",
Patrick Williams7d6080d2024-09-04 12:54:45 -04003 "$defs": {
Brad Bishop66665882020-05-07 17:05:18 -04004 "Aggregate": {
Andrew Jefferybb8aa372024-03-20 11:24:32 +10305 "description": "Don't add additional properties to this schema. Consult README.schema for instructions on adding new Exposes element sub-schema.",
Brad Bishop98e78b72020-06-22 16:12:15 -04006 "additionalProperties": false,
Brad Bishop66665882020-05-07 17:05:18 -04007 "properties": {
8 "Address": {
Patrick Williams7d6080d2024-09-04 12:54:45 -04009 "$ref": "#/$defs/Types/Address"
Brad Bishop66665882020-05-07 17:05:18 -040010 },
11 "AllowedFailures": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040012 "$ref": "#/$defs/Types/AllowedFailures"
Brad Bishop66665882020-05-07 17:05:18 -040013 },
14 "AlphaF": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040015 "$ref": "#/$defs/Types/AlphaF"
Brad Bishop66665882020-05-07 17:05:18 -040016 },
17 "AlphaS": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040018 "$ref": "#/$defs/Types/AlphaS"
Brad Bishop66665882020-05-07 17:05:18 -040019 },
20 "BindConnector": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040021 "$ref": "#/$defs/Types/BindConnector"
Brad Bishop66665882020-05-07 17:05:18 -040022 },
23 "BindPresence": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040024 "$ref": "#/$defs/Types/BindPresence"
Brad Bishop66665882020-05-07 17:05:18 -040025 },
26 "BridgeGpio": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040027 "$ref": "#/$defs/Types/BridgeGpio"
Brad Bishop66665882020-05-07 17:05:18 -040028 },
29 "Bus": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040030 "$ref": "#/$defs/Types/Bus"
Brad Bishop66665882020-05-07 17:05:18 -040031 },
32 "C1": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040033 "$ref": "#/$defs/Types/C1"
Brad Bishop66665882020-05-07 17:05:18 -040034 },
35 "C2": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040036 "$ref": "#/$defs/Types/C2"
Brad Bishop66665882020-05-07 17:05:18 -040037 },
Brad Bishop98e78b72020-06-22 16:12:15 -040038 "CPURequired": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040039 "$ref": "#/$defs/Types/CPURequired"
Brad Bishop98e78b72020-06-22 16:12:15 -040040 },
Brad Bishop66665882020-05-07 17:05:18 -040041 "ChannelNames": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040042 "$ref": "#/$defs/Types/ChannelNames"
Brad Bishop66665882020-05-07 17:05:18 -040043 },
44 "Class": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040045 "$ref": "#/$defs/Types/Class"
Brad Bishop66665882020-05-07 17:05:18 -040046 },
47 "Connector": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040048 "$ref": "#/$defs/Types/Connector"
Brad Bishop66665882020-05-07 17:05:18 -040049 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -050050 "ConnectsToType": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040051 "$ref": "#/$defs/Types/ConnectsToType"
Matt Spinler2f2f4b82024-08-06 13:38:58 -050052 },
Brad Bishop66665882020-05-07 17:05:18 -040053 "CpuID": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040054 "$ref": "#/$defs/Types/CpuID"
Brad Bishop66665882020-05-07 17:05:18 -040055 },
Brad Bishop98e78b72020-06-22 16:12:15 -040056 "CurrScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040057 "$ref": "#/$defs/Types/CurrScaleFactor"
Brad Bishop98e78b72020-06-22 16:12:15 -040058 },
Brad Bishop66665882020-05-07 17:05:18 -040059 "Direction": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040060 "$ref": "#/$defs/Types/Direction"
Brad Bishop66665882020-05-07 17:05:18 -040061 },
62 "DtsCritOffset": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040063 "$ref": "#/$defs/Types/DtsCritOffset"
Brad Bishop66665882020-05-07 17:05:18 -040064 },
Oskar Senftf38b37c2021-09-07 13:07:11 -040065 "EntityId": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040066 "$ref": "#/$defs/Types/EntityId"
Oskar Senftf38b37c2021-09-07 13:07:11 -040067 },
68 "EntityInstance": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040069 "$ref": "#/$defs/Types/EntityInstance"
Oskar Senftf38b37c2021-09-07 13:07:11 -040070 },
Brad Bishop66665882020-05-07 17:05:18 -040071 "FaultIndex": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040072 "$ref": "#/$defs/Types/FaultIndex"
Brad Bishop66665882020-05-07 17:05:18 -040073 },
74 "FaultType": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040075 "$ref": "#/$defs/Types/FaultType"
Brad Bishop66665882020-05-07 17:05:18 -040076 },
77 "GpioPins": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040078 "$ref": "#/$defs/Types/GpioPins"
Brad Bishop66665882020-05-07 17:05:18 -040079 },
Brad Bishop98e78b72020-06-22 16:12:15 -040080 "GpioPolarity": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040081 "$ref": "#/$defs/Types/GpioPolarity"
Brad Bishop98e78b72020-06-22 16:12:15 -040082 },
Brad Bishop66665882020-05-07 17:05:18 -040083 "Index": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040084 "$ref": "#/$defs/Types/Index"
Brad Bishop66665882020-05-07 17:05:18 -040085 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +080086 "InScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040087 "$ref": "#/$defs/Types/InScaleFactor"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +080088 },
Brad Bishop66665882020-05-07 17:05:18 -040089 "Labels": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040090 "$ref": "#/$defs/Types/Labels"
Brad Bishop66665882020-05-07 17:05:18 -040091 },
92 "LedGpioPins": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040093 "$ref": "#/$defs/Types/LedGpioPins"
Brad Bishop66665882020-05-07 17:05:18 -040094 },
95 "MaxCFM": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040096 "$ref": "#/$defs/Types/MaxCFM"
Brad Bishop66665882020-05-07 17:05:18 -040097 },
98 "MaxReading": {
Patrick Williams7d6080d2024-09-04 12:54:45 -040099 "$ref": "#/$defs/Types/MaxReading"
Brad Bishop66665882020-05-07 17:05:18 -0400100 },
Josh Lehan0836ce02021-01-21 20:32:42 -0800101 "MaxValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400102 "$ref": "#/$defs/Types/MaxValue"
Josh Lehan0836ce02021-01-21 20:32:42 -0800103 },
104 "Units": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400105 "$ref": "#/$defs/Types/Units"
Josh Lehan0836ce02021-01-21 20:32:42 -0800106 },
107 "MinReading": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400108 "$ref": "#/$defs/Types/MinReading"
Josh Lehan0836ce02021-01-21 20:32:42 -0800109 },
110 "MinValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400111 "$ref": "#/$defs/Types/MinValue"
Josh Lehan0836ce02021-01-21 20:32:42 -0800112 },
Brad Bishop66665882020-05-07 17:05:18 -0400113 "Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400114 "$ref": "#/$defs/Types/Name"
Brad Bishop66665882020-05-07 17:05:18 -0400115 },
116 "Name1": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400117 "$ref": "#/$defs/Types/Name1"
Brad Bishop66665882020-05-07 17:05:18 -0400118 },
Scron Chang73347452020-12-30 20:00:39 +0800119 "Name2": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400120 "$ref": "#/$defs/Types/Name2"
Scron Chang73347452020-12-30 20:00:39 +0800121 },
122 "Name3": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400123 "$ref": "#/$defs/Types/Name3"
Scron Chang73347452020-12-30 20:00:39 +0800124 },
125 "Name4": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400126 "$ref": "#/$defs/Types/Name4"
Scron Chang73347452020-12-30 20:00:39 +0800127 },
128 "Name5": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400129 "$ref": "#/$defs/Types/Name5"
Scron Chang73347452020-12-30 20:00:39 +0800130 },
131 "Name6": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400132 "$ref": "#/$defs/Types/Name6"
Scron Chang73347452020-12-30 20:00:39 +0800133 },
134 "Name7": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400135 "$ref": "#/$defs/Types/Name7"
Scron Chang73347452020-12-30 20:00:39 +0800136 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500137 "Name8": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400138 "$ref": "#/$defs/Types/Name8"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500139 },
140 "Name9": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400141 "$ref": "#/$defs/Types/Name9"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500142 },
143 "Name10": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400144 "$ref": "#/$defs/Types/Name10"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500145 },
146 "Name11": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400147 "$ref": "#/$defs/Types/Name11"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500148 },
149 "Name12": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400150 "$ref": "#/$defs/Types/Name12"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500151 },
152 "Name13": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400153 "$ref": "#/$defs/Types/Name13"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500154 },
155 "Name14": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400156 "$ref": "#/$defs/Types/Name14"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500157 },
158 "Name15": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400159 "$ref": "#/$defs/Types/Name15"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500160 },
161 "Name16": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400162 "$ref": "#/$defs/Types/Name16"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500163 },
164 "Name17": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400165 "$ref": "#/$defs/Types/Name17"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500166 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400167 "OffsetValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400168 "$ref": "#/$defs/Types/OffsetValue"
Brad Bishop98e78b72020-06-22 16:12:15 -0400169 },
Brad Bishop66665882020-05-07 17:05:18 -0400170 "Polarity": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400171 "$ref": "#/$defs/Types/Polarity"
Brad Bishop66665882020-05-07 17:05:18 -0400172 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400173 "Polling": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400174 "$ref": "#/$defs/Types/Polling"
Brad Bishop98e78b72020-06-22 16:12:15 -0400175 },
Brad Bishop66665882020-05-07 17:05:18 -0400176 "PowerFactorMax": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400177 "$ref": "#/$defs/Types/PowerFactorMax"
Brad Bishop66665882020-05-07 17:05:18 -0400178 },
179 "PowerFactorMin": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400180 "$ref": "#/$defs/Types/PowerFactorMin"
Brad Bishop66665882020-05-07 17:05:18 -0400181 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -0500182 "PowerPort": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400183 "$ref": "#/$defs/Types/PowerPort"
Matt Spinler2f2f4b82024-08-06 13:38:58 -0500184 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400185 "PowerScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400186 "$ref": "#/$defs/Types/PowerScaleFactor"
Brad Bishop98e78b72020-06-22 16:12:15 -0400187 },
Brad Bishop66665882020-05-07 17:05:18 -0400188 "PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400189 "$ref": "#/$defs/Types/PowerState"
Brad Bishop66665882020-05-07 17:05:18 -0400190 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400191 "Presence": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400192 "$ref": "#/$defs/Types/Presence"
Brad Bishop98e78b72020-06-22 16:12:15 -0400193 },
Brad Bishop66665882020-05-07 17:05:18 -0400194 "PresenceGpio": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400195 "$ref": "#/$defs/Types/PresenceGpio"
Brad Bishop66665882020-05-07 17:05:18 -0400196 },
Brad Bishop66665882020-05-07 17:05:18 -0400197 "Pwm": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400198 "$ref": "#/$defs/Types/Pwm"
Brad Bishop66665882020-05-07 17:05:18 -0400199 },
200 "QMax": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400201 "$ref": "#/$defs/Types/QMax"
Brad Bishop66665882020-05-07 17:05:18 -0400202 },
203 "QMin": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400204 "$ref": "#/$defs/Types/QMin"
Brad Bishop66665882020-05-07 17:05:18 -0400205 },
Chau Ly692bebd2024-01-30 08:58:10 +0000206 "Rearm": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400207 "$ref": "#/$defs/Types/Rearm"
Chau Ly692bebd2024-01-30 08:58:10 +0000208 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400209 "RedundantCount": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400210 "$ref": "#/$defs/Types/RedundantCount"
Brad Bishop98e78b72020-06-22 16:12:15 -0400211 },
Brad Bishop66665882020-05-07 17:05:18 -0400212 "ScaleFactor": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400213 "$ref": "#/$defs/Types/ScaleFactor"
Brad Bishop66665882020-05-07 17:05:18 -0400214 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400215 "ScaleValue": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400216 "$ref": "#/$defs/Types/ScaleValue"
Brad Bishop98e78b72020-06-22 16:12:15 -0400217 },
218 "SensorType": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400219 "$ref": "#/$defs/Types/SensorType"
Brad Bishop98e78b72020-06-22 16:12:15 -0400220 },
Bright Cheng00503d02024-08-27 16:17:47 +0800221 "SlotId": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400222 "$ref": "#/$defs/Types/SlotId"
Bright Cheng00503d02024-08-27 16:17:47 +0800223 },
Brad Bishop66665882020-05-07 17:05:18 -0400224 "TachMaxPercent": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400225 "$ref": "#/$defs/Types/TachMaxPercent"
Brad Bishop66665882020-05-07 17:05:18 -0400226 },
227 "TachMinPercent": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400228 "$ref": "#/$defs/Types/TachMinPercent"
Brad Bishop66665882020-05-07 17:05:18 -0400229 },
230 "Tachs": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400231 "$ref": "#/$defs/Types/Tachs"
Brad Bishop66665882020-05-07 17:05:18 -0400232 },
233 "Thresholds": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400234 "$ref": "#/$defs/Types/Thresholds"
Brad Bishop66665882020-05-07 17:05:18 -0400235 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700236 "Timeout": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400237 "$ref": "#/$defs/Types/Timeout"
Josh Lehanfea4f1a2021-03-17 16:31:33 -0700238 },
Anoop Sa5a716d2020-11-26 18:57:26 +0000239 "HostSMbusIndex": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400240 "$ref": "#/$defs/Types/HostSMbusIndex"
Anoop Sa5a716d2020-11-26 18:57:26 +0000241 },
Scron Chang73347452020-12-30 20:00:39 +0800242 "pin_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400243 "$ref": "#/$defs/Types/pin_Max"
Scron Chang73347452020-12-30 20:00:39 +0800244 },
245 "pin_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400246 "$ref": "#/$defs/Types/pin_Min"
Scron Chang73347452020-12-30 20:00:39 +0800247 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800248 "pin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400249 "$ref": "#/$defs/Types/pin_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800250 },
251 "maxpin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400252 "$ref": "#/$defs/Types/maxpin_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800253 },
Scron Chang73347452020-12-30 20:00:39 +0800254 "vin_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400255 "$ref": "#/$defs/Types/vin_Max"
Scron Chang73347452020-12-30 20:00:39 +0800256 },
257 "vin_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400258 "$ref": "#/$defs/Types/vin_Min"
Scron Chang73347452020-12-30 20:00:39 +0800259 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800260 "vin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400261 "$ref": "#/$defs/Types/vin_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800262 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200263 "iin_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400264 "$ref": "#/$defs/Types/iin_Name"
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200265 },
Ian Chien41398a62024-08-21 10:26:19 +0800266 "in0_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400267 "$ref": "#/$defs/Types/in0_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800268 },
Potin Lai146673b2024-08-08 19:19:19 +0800269 "in0_Min": {
270 "$ref": "#/$defs/Types/in0_Min"
271 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200272 "in0_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400273 "$ref": "#/$defs/Types/in0_Name"
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200274 },
Ian Chien41398a62024-08-21 10:26:19 +0800275 "in1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400276 "$ref": "#/$defs/Types/in1_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800277 },
Yikai Tsai3f1d7b32025-01-08 15:46:23 +0800278 "in1_Min": {
279 "$ref": "#/$defs/Types/in1_Min"
280 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800281 "in1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400282 "$ref": "#/$defs/Types/in1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800283 },
Ian Chien41398a62024-08-21 10:26:19 +0800284 "in2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400285 "$ref": "#/$defs/Types/in2_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800286 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800287 "in2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400288 "$ref": "#/$defs/Types/in2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800289 },
Ian Chien41398a62024-08-21 10:26:19 +0800290 "in3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400291 "$ref": "#/$defs/Types/in3_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800292 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800293 "in3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400294 "$ref": "#/$defs/Types/in3_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800295 },
Ian Chien41398a62024-08-21 10:26:19 +0800296 "in4_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400297 "$ref": "#/$defs/Types/in4_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800298 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800299 "in4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400300 "$ref": "#/$defs/Types/in4_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800301 },
Ian Chien41398a62024-08-21 10:26:19 +0800302 "in5_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400303 "$ref": "#/$defs/Types/in5_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800304 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800305 "in5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400306 "$ref": "#/$defs/Types/in5_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800307 },
308 "in6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400309 "$ref": "#/$defs/Types/in6_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800310 },
311 "in7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400312 "$ref": "#/$defs/Types/in7_Name"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800313 },
Ian Chien41398a62024-08-21 10:26:19 +0800314 "in_voltage0_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400315 "$ref": "#/$defs/Types/in_voltage0_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800316 },
Yikai Tsai3f1d7b32025-01-08 15:46:23 +0800317 "in_voltage0_Min": {
318 "$ref": "#/$defs/Types/in_voltage0_Min"
319 },
Ian Chien2c188082024-07-24 11:13:43 +0800320 "in_voltage0_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400321 "$ref": "#/$defs/Types/in_voltage0_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800322 },
Ian Chien41398a62024-08-21 10:26:19 +0800323 "in_voltage1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400324 "$ref": "#/$defs/Types/in_voltage1_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800325 },
Ian Chien2c188082024-07-24 11:13:43 +0800326 "in_voltage1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400327 "$ref": "#/$defs/Types/in_voltage1_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800328 },
Ian Chien41398a62024-08-21 10:26:19 +0800329 "in_voltage2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400330 "$ref": "#/$defs/Types/in_voltage2_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800331 },
Ian Chien2c188082024-07-24 11:13:43 +0800332 "in_voltage2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400333 "$ref": "#/$defs/Types/in_voltage2_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800334 },
Ian Chien41398a62024-08-21 10:26:19 +0800335 "in_voltage3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400336 "$ref": "#/$defs/Types/in_voltage3_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800337 },
Ian Chien2c188082024-07-24 11:13:43 +0800338 "in_voltage3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400339 "$ref": "#/$defs/Types/in_voltage3_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800340 },
Ian Chien41398a62024-08-21 10:26:19 +0800341 "in_voltage4_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400342 "$ref": "#/$defs/Types/in_voltage4_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800343 },
Ian Chien2c188082024-07-24 11:13:43 +0800344 "in_voltage4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400345 "$ref": "#/$defs/Types/in_voltage4_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800346 },
Ian Chien41398a62024-08-21 10:26:19 +0800347 "in_voltage5_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400348 "$ref": "#/$defs/Types/in_voltage5_Max"
Ian Chien41398a62024-08-21 10:26:19 +0800349 },
Ian Chien2c188082024-07-24 11:13:43 +0800350 "in_voltage5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400351 "$ref": "#/$defs/Types/in_voltage5_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800352 },
353 "in_voltage6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400354 "$ref": "#/$defs/Types/in_voltage6_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800355 },
356 "in_voltage7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400357 "$ref": "#/$defs/Types/in_voltage7_Name"
Ian Chien2c188082024-07-24 11:13:43 +0800358 },
Ian Chien7ee8c022024-08-16 15:12:18 +0800359 "in_voltage8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400360 "$ref": "#/$defs/Types/in_voltage8_Name"
Ian Chien7ee8c022024-08-16 15:12:18 +0800361 },
362 "in_voltage9_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400363 "$ref": "#/$defs/Types/in_voltage9_Name"
Ian Chien7ee8c022024-08-16 15:12:18 +0800364 },
Peter Yin758aecd2024-05-10 15:18:44 +0800365 "in0_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400366 "$ref": "#/$defs/Types/in0_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800367 },
368 "in1_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400369 "$ref": "#/$defs/Types/in1_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800370 },
371 "in2_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400372 "$ref": "#/$defs/Types/in2_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800373 },
374 "in3_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400375 "$ref": "#/$defs/Types/in3_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800376 },
377 "in4_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400378 "$ref": "#/$defs/Types/in4_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800379 },
380 "in5_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400381 "$ref": "#/$defs/Types/in5_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800382 },
383 "in6_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400384 "$ref": "#/$defs/Types/in6_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800385 },
386 "in7_PowerState": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400387 "$ref": "#/$defs/Types/in7_PowerState"
Peter Yin758aecd2024-05-10 15:18:44 +0800388 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800389 "curr1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400390 "$ref": "#/$defs/Types/curr1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800391 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200392 "curr2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400393 "$ref": "#/$defs/Types/curr2_Name"
Patrick Rudolph41056ff2023-09-12 10:44:50 +0200394 },
Potin Lai16152b52023-10-31 18:48:02 +0800395 "curr3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400396 "$ref": "#/$defs/Types/curr3_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800397 },
398 "curr4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400399 "$ref": "#/$defs/Types/curr4_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800400 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000401 "iin1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400402 "$ref": "#/$defs/Types/iin1_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000403 },
404 "iin1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400405 "$ref": "#/$defs/Types/iin1_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000406 },
407 "iin1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400408 "$ref": "#/$defs/Types/iin1_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000409 },
410 "iin2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400411 "$ref": "#/$defs/Types/iin2_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000412 },
413 "iin2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400414 "$ref": "#/$defs/Types/iin2_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000415 },
416 "iin2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400417 "$ref": "#/$defs/Types/iin2_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000418 },
419 "iin3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400420 "$ref": "#/$defs/Types/iin3_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000421 },
422 "iin3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400423 "$ref": "#/$defs/Types/iin3_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000424 },
425 "iin3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400426 "$ref": "#/$defs/Types/iin3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000427 },
Scron Chang73347452020-12-30 20:00:39 +0800428 "iout1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400429 "$ref": "#/$defs/Types/iout1_Max"
Scron Chang73347452020-12-30 20:00:39 +0800430 },
431 "iout1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400432 "$ref": "#/$defs/Types/iout1_Min"
Scron Chang73347452020-12-30 20:00:39 +0800433 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800434 "iout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400435 "$ref": "#/$defs/Types/iout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800436 },
437 "maxiout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400438 "$ref": "#/$defs/Types/maxiout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800439 },
Scron Chang73347452020-12-30 20:00:39 +0800440 "iout2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400441 "$ref": "#/$defs/Types/iout2_Max"
Scron Chang73347452020-12-30 20:00:39 +0800442 },
443 "iout2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400444 "$ref": "#/$defs/Types/iout2_Min"
Scron Chang73347452020-12-30 20:00:39 +0800445 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800446 "iout2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400447 "$ref": "#/$defs/Types/iout2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800448 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000449 "iout3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400450 "$ref": "#/$defs/Types/iout3_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000451 },
452 "iout3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400453 "$ref": "#/$defs/Types/iout3_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000454 },
455 "iout3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400456 "$ref": "#/$defs/Types/iout3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000457 },
Chau Lyc1521d12024-10-10 03:38:17 +0000458 "iout4_Max": {
459 "$ref": "#/$defs/Types/iout4_Max"
460 },
461 "iout4_Min": {
462 "$ref": "#/$defs/Types/iout4_Min"
463 },
464 "iout4_Name": {
465 "$ref": "#/$defs/Types/iout4_Name"
466 },
467 "iout5_Max": {
468 "$ref": "#/$defs/Types/iout5_Max"
469 },
470 "iout5_Min": {
471 "$ref": "#/$defs/Types/iout5_Min"
472 },
473 "iout5_Name": {
474 "$ref": "#/$defs/Types/iout5_Name"
475 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000476 "pin1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400477 "$ref": "#/$defs/Types/pin1_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000478 },
479 "pin1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400480 "$ref": "#/$defs/Types/pin1_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000481 },
482 "pin1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400483 "$ref": "#/$defs/Types/pin1_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000484 },
485 "pin2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400486 "$ref": "#/$defs/Types/pin2_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000487 },
488 "pin2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400489 "$ref": "#/$defs/Types/pin2_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000490 },
491 "pin2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400492 "$ref": "#/$defs/Types/pin2_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000493 },
494 "pin3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400495 "$ref": "#/$defs/Types/pin3_Max"
Zev Weiss585d08c2023-11-07 07:43:45 +0000496 },
497 "pin3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400498 "$ref": "#/$defs/Types/pin3_Min"
Zev Weiss585d08c2023-11-07 07:43:45 +0000499 },
500 "pin3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400501 "$ref": "#/$defs/Types/pin3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000502 },
Scron Chang73347452020-12-30 20:00:39 +0800503 "pout1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400504 "$ref": "#/$defs/Types/pout1_Max"
Scron Chang73347452020-12-30 20:00:39 +0800505 },
506 "pout1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400507 "$ref": "#/$defs/Types/pout1_Min"
Scron Chang73347452020-12-30 20:00:39 +0800508 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800509 "pout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400510 "$ref": "#/$defs/Types/pout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800511 },
Scron Chang73347452020-12-30 20:00:39 +0800512 "pout2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400513 "$ref": "#/$defs/Types/pout2_Max"
Scron Chang73347452020-12-30 20:00:39 +0800514 },
515 "pout2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400516 "$ref": "#/$defs/Types/pout2_Min"
Scron Chang73347452020-12-30 20:00:39 +0800517 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800518 "pout2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400519 "$ref": "#/$defs/Types/pout2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800520 },
Scron Chang73347452020-12-30 20:00:39 +0800521 "pout3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400522 "$ref": "#/$defs/Types/pout3_Max"
Scron Chang73347452020-12-30 20:00:39 +0800523 },
524 "pout3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400525 "$ref": "#/$defs/Types/pout3_Min"
Scron Chang73347452020-12-30 20:00:39 +0800526 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800527 "pout3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400528 "$ref": "#/$defs/Types/pout3_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800529 },
Chau Lyc1521d12024-10-10 03:38:17 +0000530 "power1_Max": {
531 "$ref": "#/$defs/Types/power1_Max"
532 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800533 "power1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400534 "$ref": "#/$defs/Types/power1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800535 },
Chau Lyc1521d12024-10-10 03:38:17 +0000536 "power2_Max": {
537 "$ref": "#/$defs/Types/power2_Max"
538 },
Potin Lai16152b52023-10-31 18:48:02 +0800539 "power2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400540 "$ref": "#/$defs/Types/power2_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800541 },
Chau Lyc1521d12024-10-10 03:38:17 +0000542 "power3_Max": {
543 "$ref": "#/$defs/Types/power3_Max"
544 },
Potin Lai16152b52023-10-31 18:48:02 +0800545 "power3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400546 "$ref": "#/$defs/Types/power3_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800547 },
Chau Lyc1521d12024-10-10 03:38:17 +0000548 "power4_Max": {
549 "$ref": "#/$defs/Types/power4_Max"
550 },
Potin Lai16152b52023-10-31 18:48:02 +0800551 "power4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400552 "$ref": "#/$defs/Types/power4_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800553 },
Chau Lyc1521d12024-10-10 03:38:17 +0000554 "power5_Max": {
555 "$ref": "#/$defs/Types/power5_Max"
556 },
Potin Lai16152b52023-10-31 18:48:02 +0800557 "power5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400558 "$ref": "#/$defs/Types/power5_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800559 },
560 "power6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400561 "$ref": "#/$defs/Types/power6_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800562 },
563 "power7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400564 "$ref": "#/$defs/Types/power7_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800565 },
566 "power8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400567 "$ref": "#/$defs/Types/power8_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800568 },
569 "power9_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400570 "$ref": "#/$defs/Types/power9_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800571 },
Chau Lyc1521d12024-10-10 03:38:17 +0000572 "temp1_Max": {
573 "$ref": "#/$defs/Types/temp1_Max"
574 },
575 "temp1_Min": {
576 "$ref": "#/$defs/Types/temp1_Min"
577 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800578 "temp1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400579 "$ref": "#/$defs/Types/temp1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800580 },
Chau Lyc1521d12024-10-10 03:38:17 +0000581 "temp2_Max": {
582 "$ref": "#/$defs/Types/temp2_Max"
583 },
584 "temp2_Min": {
585 "$ref": "#/$defs/Types/temp2_Min"
586 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000587 "temp2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400588 "$ref": "#/$defs/Types/temp2_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000589 },
Chau Lyc1521d12024-10-10 03:38:17 +0000590 "temp3_Max": {
591 "$ref": "#/$defs/Types/temp1_Max"
592 },
593 "temp3_Min": {
594 "$ref": "#/$defs/Types/temp1_Min"
595 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000596 "temp3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400597 "$ref": "#/$defs/Types/temp3_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000598 },
Chau Lyc1521d12024-10-10 03:38:17 +0000599 "temp4_Max": {
600 "$ref": "#/$defs/Types/temp4_Max"
601 },
602 "temp4_Min": {
603 "$ref": "#/$defs/Types/temp4_Min"
604 },
Zev Weiss585d08c2023-11-07 07:43:45 +0000605 "temp4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400606 "$ref": "#/$defs/Types/temp4_Name"
Zev Weiss585d08c2023-11-07 07:43:45 +0000607 },
Chau Lyc1521d12024-10-10 03:38:17 +0000608 "temp5_Max": {
609 "$ref": "#/$defs/Types/temp5_Max"
610 },
611 "temp5_Min": {
612 "$ref": "#/$defs/Types/temp5_Min"
613 },
Potin Lai16152b52023-10-31 18:48:02 +0800614 "temp5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400615 "$ref": "#/$defs/Types/temp5_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800616 },
Chau Lyc1521d12024-10-10 03:38:17 +0000617 "temp6_Max": {
618 "$ref": "#/$defs/Types/temp6_Max"
619 },
620 "temp6_Min": {
621 "$ref": "#/$defs/Types/temp6_Min"
622 },
Potin Lai16152b52023-10-31 18:48:02 +0800623 "temp6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400624 "$ref": "#/$defs/Types/temp6_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800625 },
Chau Lyc1521d12024-10-10 03:38:17 +0000626 "temp7_Max": {
627 "$ref": "#/$defs/Types/temp7_Max"
628 },
629 "temp7_Min": {
630 "$ref": "#/$defs/Types/temp7_Min"
631 },
Potin Lai16152b52023-10-31 18:48:02 +0800632 "temp7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400633 "$ref": "#/$defs/Types/temp7_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800634 },
Chau Lyc1521d12024-10-10 03:38:17 +0000635 "temp8_Max": {
636 "$ref": "#/$defs/Types/temp8_Max"
637 },
638 "temp8_Min": {
639 "$ref": "#/$defs/Types/temp8_Min"
640 },
Potin Lai16152b52023-10-31 18:48:02 +0800641 "temp8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400642 "$ref": "#/$defs/Types/temp8_Name"
Potin Lai16152b52023-10-31 18:48:02 +0800643 },
Chau Lyc1521d12024-10-10 03:38:17 +0000644 "temp9_Max": {
645 "$ref": "#/$defs/Types/temp9_Max"
646 },
647 "temp9_Min": {
648 "$ref": "#/$defs/Types/temp9_Min"
649 },
650 "temp9_Name": {
651 "$ref": "#/$defs/Types/temp9_Name"
652 },
653 "temp10_Max": {
654 "$ref": "#/$defs/Types/temp10_Max"
655 },
656 "temp10_Min": {
657 "$ref": "#/$defs/Types/temp10_Min"
658 },
659 "temp10_Name": {
660 "$ref": "#/$defs/Types/temp10_Name"
661 },
662 "temp11_Max": {
663 "$ref": "#/$defs/Types/temp11_Max"
664 },
665 "temp11_Min": {
666 "$ref": "#/$defs/Types/temp11_Min"
667 },
668 "temp11_Name": {
669 "$ref": "#/$defs/Types/temp11_Name"
670 },
671 "temp12_Max": {
672 "$ref": "#/$defs/Types/temp12_Max"
673 },
674 "temp12_Min": {
675 "$ref": "#/$defs/Types/temp12_Min"
676 },
677 "temp12_Name": {
678 "$ref": "#/$defs/Types/temp12_Name"
679 },
680 "temp13_Max": {
681 "$ref": "#/$defs/Types/temp13_Max"
682 },
683 "temp13_Min": {
684 "$ref": "#/$defs/Types/temp13_Min"
685 },
686 "temp13_Name": {
687 "$ref": "#/$defs/Types/temp13_Name"
688 },
689 "vout0_Max": {
690 "$ref": "#/$defs/Types/vout0_Max"
691 },
692 "vout0_Min": {
693 "$ref": "#/$defs/Types/vout0_Min"
694 },
695 "vout0_Name": {
696 "$ref": "#/$defs/Types/vout0_Name"
697 },
Scron Chang73347452020-12-30 20:00:39 +0800698 "vout1_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400699 "$ref": "#/$defs/Types/vout1_Max"
Scron Chang73347452020-12-30 20:00:39 +0800700 },
701 "vout1_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400702 "$ref": "#/$defs/Types/vout1_Min"
Scron Chang73347452020-12-30 20:00:39 +0800703 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800704 "vout1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400705 "$ref": "#/$defs/Types/vout1_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800706 },
Scron Chang73347452020-12-30 20:00:39 +0800707 "vout2_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400708 "$ref": "#/$defs/Types/vout2_Max"
Scron Chang73347452020-12-30 20:00:39 +0800709 },
710 "vout2_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400711 "$ref": "#/$defs/Types/vout2_Min"
Scron Chang73347452020-12-30 20:00:39 +0800712 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800713 "vout2_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400714 "$ref": "#/$defs/Types/vout2_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800715 },
Scron Chang73347452020-12-30 20:00:39 +0800716 "vout3_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400717 "$ref": "#/$defs/Types/vout3_Max"
Scron Chang73347452020-12-30 20:00:39 +0800718 },
719 "vout3_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400720 "$ref": "#/$defs/Types/vout3_Min"
Scron Chang73347452020-12-30 20:00:39 +0800721 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800722 "vout3_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400723 "$ref": "#/$defs/Types/vout3_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800724 },
Scron Chang73347452020-12-30 20:00:39 +0800725 "vout4_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400726 "$ref": "#/$defs/Types/vout4_Max"
Scron Chang73347452020-12-30 20:00:39 +0800727 },
728 "vout4_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400729 "$ref": "#/$defs/Types/vout4_Min"
Scron Chang73347452020-12-30 20:00:39 +0800730 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800731 "vout4_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400732 "$ref": "#/$defs/Types/vout4_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800733 },
Scron Chang73347452020-12-30 20:00:39 +0800734 "vout5_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400735 "$ref": "#/$defs/Types/vout5_Max"
Scron Chang73347452020-12-30 20:00:39 +0800736 },
737 "vout5_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400738 "$ref": "#/$defs/Types/vout5_Min"
Scron Chang73347452020-12-30 20:00:39 +0800739 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800740 "vout5_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400741 "$ref": "#/$defs/Types/vout5_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800742 },
Scron Chang73347452020-12-30 20:00:39 +0800743 "vout6_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400744 "$ref": "#/$defs/Types/vout6_Max"
Scron Chang73347452020-12-30 20:00:39 +0800745 },
746 "vout6_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400747 "$ref": "#/$defs/Types/vout6_Min"
Scron Chang73347452020-12-30 20:00:39 +0800748 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800749 "vout6_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400750 "$ref": "#/$defs/Types/vout6_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800751 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500752 "vout7_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400753 "$ref": "#/$defs/Types/vout7_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500754 },
755 "vout7_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400756 "$ref": "#/$defs/Types/vout7_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500757 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800758 "vout7_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400759 "$ref": "#/$defs/Types/vout7_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800760 },
Scron Chang73347452020-12-30 20:00:39 +0800761 "vout8_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400762 "$ref": "#/$defs/Types/vout8_Max"
Scron Chang73347452020-12-30 20:00:39 +0800763 },
764 "vout8_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400765 "$ref": "#/$defs/Types/vout8_Min"
Scron Chang73347452020-12-30 20:00:39 +0800766 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800767 "vout8_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400768 "$ref": "#/$defs/Types/vout8_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800769 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500770 "vout9_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400771 "$ref": "#/$defs/Types/vout9_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500772 },
773 "vout9_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400774 "$ref": "#/$defs/Types/vout9_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500775 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800776 "vout9_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400777 "$ref": "#/$defs/Types/vout9_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800778 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500779 "vout10_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400780 "$ref": "#/$defs/Types/vout10_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500781 },
782 "vout10_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400783 "$ref": "#/$defs/Types/vout10_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500784 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800785 "vout10_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400786 "$ref": "#/$defs/Types/vout10_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800787 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500788 "vout11_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400789 "$ref": "#/$defs/Types/vout11_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500790 },
791 "vout11_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400792 "$ref": "#/$defs/Types/vout11_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500793 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800794 "vout11_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400795 "$ref": "#/$defs/Types/vout11_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800796 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500797 "vout12_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400798 "$ref": "#/$defs/Types/vout12_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500799 },
800 "vout12_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400801 "$ref": "#/$defs/Types/vout12_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500802 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800803 "vout12_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400804 "$ref": "#/$defs/Types/vout12_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800805 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500806 "vout13_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400807 "$ref": "#/$defs/Types/vout13_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500808 },
809 "vout13_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400810 "$ref": "#/$defs/Types/vout13_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500811 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800812 "vout13_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400813 "$ref": "#/$defs/Types/vout13_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800814 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500815 "vout14_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400816 "$ref": "#/$defs/Types/vout14_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500817 },
818 "vout14_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400819 "$ref": "#/$defs/Types/vout14_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500820 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800821 "vout14_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400822 "$ref": "#/$defs/Types/vout14_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800823 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500824 "vout15_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400825 "$ref": "#/$defs/Types/vout15_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500826 },
827 "vout15_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400828 "$ref": "#/$defs/Types/vout15_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500829 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800830 "vout15_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400831 "$ref": "#/$defs/Types/vout15_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800832 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500833 "vout16_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400834 "$ref": "#/$defs/Types/vout16_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500835 },
836 "vout16_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400837 "$ref": "#/$defs/Types/vout16_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500838 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800839 "vout16_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400840 "$ref": "#/$defs/Types/vout16_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800841 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500842 "vout17_Max": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400843 "$ref": "#/$defs/Types/vout17_Max"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500844 },
845 "vout17_Min": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400846 "$ref": "#/$defs/Types/vout17_Min"
Avenash Asai Thambia29bd132021-07-30 15:02:14 -0500847 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800848 "vout17_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400849 "$ref": "#/$defs/Types/vout17_Name"
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +0800850 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400851 "fan1_Name": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400852 "$ref": "#/$defs/Types/fan1_Name"
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -0400853 },
Potin Lai7fe7b882025-01-06 14:12:58 +0800854 "curr1_Offset": {
855 "$ref": "#/$defs/Types/curr1_Offset"
856 },
857 "power1_Offset": {
858 "$ref": "#/$defs/Types/power1_Offset"
859 },
Scron Chang73347452020-12-30 20:00:39 +0800860 "iout1_Offset": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400861 "$ref": "#/$defs/Types/iout1_Offset"
Scron Chang73347452020-12-30 20:00:39 +0800862 },
863 "pout1_Offset": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400864 "$ref": "#/$defs/Types/pout1_Offset"
Scron Chang73347452020-12-30 20:00:39 +0800865 },
Yang Chen7d73f432024-09-25 20:47:25 +0800866 "pin_Offset": {
867 "$ref": "#/$defs/Types/pin_Offset"
868 },
Potin Lai7fe7b882025-01-06 14:12:58 +0800869 "curr1_Scale": {
870 "$ref": "#/$defs/Types/curr1_Scale"
871 },
872 "power1_Scale": {
873 "$ref": "#/$defs/Types/power1_Scale"
874 },
Scron Changf0941252021-01-22 21:02:50 +0800875 "iout1_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400876 "$ref": "#/$defs/Types/iout1_Scale"
Scron Changf0941252021-01-22 21:02:50 +0800877 },
Chau Lyc1521d12024-10-10 03:38:17 +0000878 "iout2_Scale": {
879 "$ref": "#/$defs/Types/iout2_Scale"
880 },
881 "iout3_Scale": {
882 "$ref": "#/$defs/Types/iout3_Scale"
883 },
884 "iout4_Scale": {
885 "$ref": "#/$defs/Types/iout4_Scale"
886 },
887 "iout5_Scale": {
888 "$ref": "#/$defs/Types/iout5_Scale"
889 },
Sara Lin14c474c2024-04-24 18:01:17 +0800890 "pin_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400891 "$ref": "#/$defs/Types/pin_Scale"
Sara Lin14c474c2024-04-24 18:01:17 +0800892 },
Ricky CX Wud509c442024-11-26 10:51:30 +0800893 "pout1_Scale": {
894 "$ref": "#/$defs/Types/pout1_Scale"
895 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800896 "in0_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400897 "$ref": "#/$defs/Types/in0_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800898 },
899 "in1_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400900 "$ref": "#/$defs/Types/in1_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800901 },
902 "in2_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400903 "$ref": "#/$defs/Types/in2_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800904 },
905 "in3_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400906 "$ref": "#/$defs/Types/in3_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800907 },
908 "in4_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400909 "$ref": "#/$defs/Types/in4_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800910 },
911 "in5_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400912 "$ref": "#/$defs/Types/in5_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800913 },
914 "in6_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400915 "$ref": "#/$defs/Types/in6_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800916 },
917 "in7_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400918 "$ref": "#/$defs/Types/in7_Scale"
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +0800919 },
Ian Chien2c188082024-07-24 11:13:43 +0800920 "in_voltage0_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400921 "$ref": "#/$defs/Types/in_voltage0_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800922 },
923 "in_voltage1_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400924 "$ref": "#/$defs/Types/in_voltage1_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800925 },
926 "in_voltage2_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400927 "$ref": "#/$defs/Types/in_voltage2_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800928 },
929 "in_voltage3_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400930 "$ref": "#/$defs/Types/in_voltage3_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800931 },
932 "in_voltage4_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400933 "$ref": "#/$defs/Types/in_voltage4_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800934 },
935 "in_voltage5_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400936 "$ref": "#/$defs/Types/in_voltage5_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800937 },
938 "in_voltage6_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400939 "$ref": "#/$defs/Types/in_voltage6_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800940 },
941 "in_voltage7_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400942 "$ref": "#/$defs/Types/in_voltage7_Scale"
Ian Chien2c188082024-07-24 11:13:43 +0800943 },
Ian Chien7ee8c022024-08-16 15:12:18 +0800944 "in_voltage8_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400945 "$ref": "#/$defs/Types/in_voltage8_Scale"
Ian Chien7ee8c022024-08-16 15:12:18 +0800946 },
947 "in_voltage9_Scale": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400948 "$ref": "#/$defs/Types/in_voltage9_Scale"
Ian Chien7ee8c022024-08-16 15:12:18 +0800949 },
Scron Changf0941252021-01-22 21:02:50 +0800950 "PollRate": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400951 "$ref": "#/$defs/Types/PollRate"
Scron Changf0941252021-01-22 21:02:50 +0800952 },
Brad Bishop66665882020-05-07 17:05:18 -0400953 "Type": {
Patrick Williams7d6080d2024-09-04 12:54:45 -0400954 "$ref": "#/$defs/Types/Type"
Brad Bishop66665882020-05-07 17:05:18 -0400955 }
956 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600957 "required": ["Name", "Type"],
Brad Bishop66665882020-05-07 17:05:18 -0400958 "type": "object"
959 },
960 "Types": {
961 "Address": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600962 "type": ["string", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400963 },
964 "AllowedFailures": {
965 "type": "number"
966 },
967 "AlphaF": {
968 "type": "number"
969 },
970 "AlphaS": {
971 "type": "number"
972 },
973 "BindConnector": {
974 "type": "string"
975 },
976 "BindPresence": {
977 "type": "string"
978 },
979 "BridgeGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600980 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -0400981 },
982 "Bus": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -0600983 "type": ["string", "number"]
Brad Bishop66665882020-05-07 17:05:18 -0400984 },
985 "C1": {
986 "type": "number"
987 },
988 "C2": {
989 "type": "number"
990 },
Brad Bishop98e78b72020-06-22 16:12:15 -0400991 "CPURequired": {
992 "type": "number"
993 },
Brad Bishop66665882020-05-07 17:05:18 -0400994 "ChannelNames": {
995 "items": {
996 "type": "string"
997 },
998 "type": "array"
999 },
1000 "Class": {
1001 "type": "string"
1002 },
1003 "Connector": {
1004 "properties": {
1005 "Name": {
1006 "type": "string"
1007 },
1008 "Pwm": {
1009 "type": "number"
1010 },
1011 "Tachs": {
1012 "items": {
1013 "type": "number"
1014 },
1015 "type": "array"
1016 }
1017 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001018 "required": ["Name", "Pwm", "Tachs"],
Brad Bishop66665882020-05-07 17:05:18 -04001019 "type": "object"
1020 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -05001021 "ConnectsToType": {
1022 "type": "string"
1023 },
Brad Bishop66665882020-05-07 17:05:18 -04001024 "CpuID": {
1025 "type": "number"
1026 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001027 "CurrScaleFactor": {
1028 "type": "number"
1029 },
Brad Bishop66665882020-05-07 17:05:18 -04001030 "Direction": {
1031 "type": "string"
1032 },
1033 "DtsCritOffset": {
1034 "type": "number"
1035 },
Oskar Senftf38b37c2021-09-07 13:07:11 -04001036 "EntityId": {
1037 "type": "number"
1038 },
1039 "EntityInstance": {
1040 "type": "number"
1041 },
Brad Bishop66665882020-05-07 17:05:18 -04001042 "FaultIndex": {
1043 "type": "number"
1044 },
1045 "FaultType": {
1046 "type": "string"
1047 },
1048 "GpioPins": {
1049 "items": {
1050 "type": "number"
1051 },
1052 "type": "array"
1053 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001054 "GpioPolarity": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001055 "enum": ["Low"]
Brad Bishop98e78b72020-06-22 16:12:15 -04001056 },
Brad Bishop66665882020-05-07 17:05:18 -04001057 "Index": {
1058 "type": "number"
1059 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001060 "InScaleFactor": {
1061 "type": "number"
1062 },
Brad Bishop66665882020-05-07 17:05:18 -04001063 "Labels": {
1064 "items": {
1065 "type": "string"
1066 },
1067 "type": "array"
1068 },
1069 "LedGpioPins": {
1070 "items": {
1071 "type": "number"
1072 },
1073 "type": "array"
1074 },
1075 "MaxCFM": {
1076 "type": "number"
1077 },
1078 "MaxReading": {
1079 "type": "number"
1080 },
Josh Lehan0836ce02021-01-21 20:32:42 -08001081 "MaxValue": {
1082 "type": "number"
1083 },
1084 "Units": {
Rashmica Gupta96a08d82021-07-29 18:53:06 +10001085 "type": "string",
1086 "enum": [
1087 "DegreesC",
1088 "RPMS",
1089 "Volts",
1090 "Meters",
1091 "Amperes",
1092 "Watts",
1093 "Joules",
1094 "Percent",
1095 "CFM",
1096 "Pascals"
1097 ]
Josh Lehan0836ce02021-01-21 20:32:42 -08001098 },
1099 "MinReading": {
1100 "type": "number"
1101 },
1102 "MinValue": {
1103 "type": "number"
1104 },
Brad Bishop66665882020-05-07 17:05:18 -04001105 "Name": {
1106 "type": "string"
1107 },
1108 "Name1": {
1109 "type": "string"
1110 },
Scron Chang73347452020-12-30 20:00:39 +08001111 "Name2": {
1112 "type": "string"
1113 },
1114 "Name3": {
1115 "type": "string"
1116 },
1117 "Name4": {
1118 "type": "string"
1119 },
1120 "Name5": {
1121 "type": "string"
1122 },
1123 "Name6": {
1124 "type": "string"
1125 },
1126 "Name7": {
1127 "type": "string"
1128 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001129 "Name8": {
1130 "type": "string"
1131 },
1132 "Name9": {
1133 "type": "string"
1134 },
1135 "Name10": {
1136 "type": "string"
1137 },
1138 "Name11": {
1139 "type": "string"
1140 },
1141 "Name12": {
1142 "type": "string"
1143 },
1144 "Name13": {
1145 "type": "string"
1146 },
1147 "Name14": {
1148 "type": "string"
1149 },
1150 "Name15": {
1151 "type": "string"
1152 },
1153 "Name16": {
1154 "type": "string"
1155 },
1156 "Name17": {
1157 "type": "string"
1158 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001159 "OffsetValue": {
1160 "type": "number"
1161 },
Brad Bishop66665882020-05-07 17:05:18 -04001162 "Polarity": {
Matt Spinlercbf6d012024-01-22 17:12:39 -06001163 "enum": ["High", "Low"]
Brad Bishop66665882020-05-07 17:05:18 -04001164 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001165 "Polling": {
1166 "type": "object"
1167 },
Brad Bishop66665882020-05-07 17:05:18 -04001168 "PowerFactorMax": {
1169 "type": "number"
1170 },
1171 "PowerFactorMin": {
1172 "type": "number"
1173 },
Matt Spinler2f2f4b82024-08-06 13:38:58 -05001174 "PowerPort": {
1175 "type": "boolean"
1176 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001177 "PowerScaleFactor": {
1178 "type": "number"
1179 },
Brad Bishop66665882020-05-07 17:05:18 -04001180 "PowerState": {
1181 "type": "string"
1182 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001183 "Presence": {
1184 "properties": {
Chris Cain25235d62023-12-07 09:29:32 -06001185 "MonitorType": {
1186 "enum": ["Event", "Polling"]
1187 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001188 "PinName": {
1189 "type": "string"
1190 },
1191 "Polarity": {
Patrick Williams7d6080d2024-09-04 12:54:45 -04001192 "$ref": "#/$defs/Types/Polarity"
Brad Bishop98e78b72020-06-22 16:12:15 -04001193 }
1194 },
1195 "type": "object"
1196 },
Brad Bishop66665882020-05-07 17:05:18 -04001197 "PresenceGpio": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001198 "type": ["number", "array"]
Brad Bishop66665882020-05-07 17:05:18 -04001199 },
Brad Bishop66665882020-05-07 17:05:18 -04001200 "Pwm": {
1201 "type": "number"
1202 },
1203 "QMax": {
1204 "type": "number"
1205 },
1206 "QMin": {
1207 "type": "number"
1208 },
Chau Ly692bebd2024-01-30 08:58:10 +00001209 "Rearm": {
1210 "enum": ["Automatic", "Manual"]
1211 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001212 "RedundantCount": {
1213 "type": "number"
1214 },
Brad Bishop66665882020-05-07 17:05:18 -04001215 "ScaleFactor": {
1216 "type": "number"
1217 },
Brad Bishop98e78b72020-06-22 16:12:15 -04001218 "ScaleValue": {
1219 "type": "number"
1220 },
1221 "SensorType": {
1222 "type": "string"
1223 },
Bright Cheng00503d02024-08-27 16:17:47 +08001224 "SlotId": {
1225 "type": "string"
1226 },
Brad Bishop66665882020-05-07 17:05:18 -04001227 "TachMaxPercent": {
1228 "type": "number"
1229 },
1230 "TachMinPercent": {
1231 "type": "number"
1232 },
1233 "Tachs": {
1234 "items": {
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001235 "type": ["number", "string"]
Brad Bishop66665882020-05-07 17:05:18 -04001236 },
1237 "type": "array"
1238 },
1239 "Thresholds": {
1240 "items": {
1241 "properties": {
1242 "Direction": {
1243 "type": "string"
1244 },
Rashmica Gupta3c543602021-07-29 15:14:36 +10001245 "Hysteresis": {
1246 "type": "number"
1247 },
Brad Bishop66665882020-05-07 17:05:18 -04001248 "Label": {
1249 "type": "string"
1250 },
1251 "Name": {
1252 "type": "string"
1253 },
1254 "Severity": {
Rashmica Guptae5437572021-07-29 19:12:15 +10001255 "type": "number",
1256 "minimum": 0,
1257 "maximum": 4
Brad Bishop66665882020-05-07 17:05:18 -04001258 },
1259 "Value": {
1260 "type": "number"
1261 }
1262 },
Patrick Williamsfa8ee872022-12-07 07:00:42 -06001263 "required": ["Direction", "Name", "Severity", "Value"],
Brad Bishop66665882020-05-07 17:05:18 -04001264 "type": "object"
1265 },
1266 "type": "array"
1267 },
Josh Lehanfea4f1a2021-03-17 16:31:33 -07001268 "Timeout": {
1269 "type": "number"
1270 },
Anoop Sa5a716d2020-11-26 18:57:26 +00001271 "HostSMbusIndex": {
1272 "type": "number"
1273 },
Scron Chang73347452020-12-30 20:00:39 +08001274 "pin_Max": {
1275 "type": "number"
1276 },
1277 "pin_Min": {
1278 "type": "number"
1279 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001280 "pin_Name": {
1281 "type": "string"
1282 },
1283 "maxpin_Name": {
1284 "type": "string"
1285 },
Scron Chang73347452020-12-30 20:00:39 +08001286 "vin_Max": {
1287 "type": "number"
1288 },
1289 "vin_Min": {
1290 "type": "number"
1291 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001292 "vin_Name": {
1293 "type": "string"
1294 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +02001295 "iin_Name": {
1296 "type": "string"
1297 },
Ian Chien41398a62024-08-21 10:26:19 +08001298 "in0_Max": {
1299 "type": "number"
1300 },
Potin Lai146673b2024-08-08 19:19:19 +08001301 "in0_Min": {
1302 "type": "number"
1303 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +02001304 "in0_Name": {
1305 "type": "string"
1306 },
Ian Chien41398a62024-08-21 10:26:19 +08001307 "in1_Max": {
1308 "type": "number"
1309 },
Yikai Tsai3f1d7b32025-01-08 15:46:23 +08001310 "in1_Min": {
1311 "type": "number"
1312 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001313 "in1_Name": {
1314 "type": "string"
1315 },
Ian Chien41398a62024-08-21 10:26:19 +08001316 "in2_Max": {
1317 "type": "number"
1318 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001319 "in2_Name": {
1320 "type": "string"
1321 },
Ian Chien41398a62024-08-21 10:26:19 +08001322 "in3_Max": {
1323 "type": "number"
1324 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001325 "in3_Name": {
1326 "type": "string"
1327 },
Ian Chien41398a62024-08-21 10:26:19 +08001328 "in4_Max": {
1329 "type": "number"
1330 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001331 "in4_Name": {
1332 "type": "string"
1333 },
Ian Chien41398a62024-08-21 10:26:19 +08001334 "in5_Max": {
1335 "type": "number"
1336 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001337 "in5_Name": {
1338 "type": "string"
1339 },
1340 "in6_Name": {
1341 "type": "string"
1342 },
1343 "in7_Name": {
1344 "type": "string"
1345 },
Ian Chien41398a62024-08-21 10:26:19 +08001346 "in_voltage0_Max": {
1347 "type": "number"
1348 },
Yikai Tsai3f1d7b32025-01-08 15:46:23 +08001349 "in_voltage0_Min": {
1350 "type": "number"
1351 },
Ian Chien2c188082024-07-24 11:13:43 +08001352 "in_voltage0_Name": {
1353 "type": "string"
1354 },
Ian Chien41398a62024-08-21 10:26:19 +08001355 "in_voltage1_Max": {
1356 "type": "number"
1357 },
Ian Chien2c188082024-07-24 11:13:43 +08001358 "in_voltage1_Name": {
1359 "type": "string"
1360 },
Ian Chien41398a62024-08-21 10:26:19 +08001361 "in_voltage2_Max": {
1362 "type": "number"
1363 },
Ian Chien2c188082024-07-24 11:13:43 +08001364 "in_voltage2_Name": {
1365 "type": "string"
1366 },
Ian Chien41398a62024-08-21 10:26:19 +08001367 "in_voltage3_Max": {
1368 "type": "number"
1369 },
Ian Chien2c188082024-07-24 11:13:43 +08001370 "in_voltage3_Name": {
1371 "type": "string"
1372 },
Ian Chien41398a62024-08-21 10:26:19 +08001373 "in_voltage4_Max": {
1374 "type": "number"
1375 },
Ian Chien2c188082024-07-24 11:13:43 +08001376 "in_voltage4_Name": {
1377 "type": "string"
1378 },
Ian Chien41398a62024-08-21 10:26:19 +08001379 "in_voltage5_Max": {
1380 "type": "number"
1381 },
Ian Chien2c188082024-07-24 11:13:43 +08001382 "in_voltage5_Name": {
1383 "type": "string"
1384 },
1385 "in_voltage6_Name": {
1386 "type": "string"
1387 },
1388 "in_voltage7_Name": {
1389 "type": "string"
1390 },
Ian Chien7ee8c022024-08-16 15:12:18 +08001391 "in_voltage8_Name": {
1392 "type": "string"
1393 },
1394 "in_voltage9_Name": {
1395 "type": "string"
1396 },
Peter Yin758aecd2024-05-10 15:18:44 +08001397 "in0_PowerState": {
1398 "type": "string"
1399 },
1400 "in1_PowerState": {
1401 "type": "string"
1402 },
1403 "in2_PowerState": {
1404 "type": "string"
1405 },
1406 "in3_PowerState": {
1407 "type": "string"
1408 },
1409 "in4_PowerState": {
1410 "type": "string"
1411 },
1412 "in5_PowerState": {
1413 "type": "string"
1414 },
1415 "in6_PowerState": {
1416 "type": "string"
1417 },
1418 "in7_PowerState": {
1419 "type": "string"
1420 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001421 "curr1_Name": {
1422 "type": "string"
1423 },
Patrick Rudolph41056ff2023-09-12 10:44:50 +02001424 "curr2_Name": {
1425 "type": "string"
1426 },
Potin Lai16152b52023-10-31 18:48:02 +08001427 "curr3_Name": {
1428 "type": "string"
1429 },
1430 "curr4_Name": {
1431 "type": "string"
1432 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001433 "iin1_Max": {
1434 "type": "number"
1435 },
1436 "iin1_Min": {
1437 "type": "number"
1438 },
1439 "iin1_Name": {
1440 "type": "string"
1441 },
1442 "iin2_Max": {
1443 "type": "number"
1444 },
1445 "iin2_Min": {
1446 "type": "number"
1447 },
1448 "iin2_Name": {
1449 "type": "string"
1450 },
1451 "iin3_Max": {
1452 "type": "number"
1453 },
1454 "iin3_Min": {
1455 "type": "number"
1456 },
1457 "iin3_Name": {
1458 "type": "string"
1459 },
Scron Chang73347452020-12-30 20:00:39 +08001460 "iout1_Max": {
1461 "type": "number"
1462 },
1463 "iout1_Min": {
1464 "type": "number"
1465 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001466 "iout1_Name": {
1467 "type": "string"
1468 },
1469 "maxiout1_Name": {
1470 "type": "string"
1471 },
Scron Chang73347452020-12-30 20:00:39 +08001472 "iout2_Max": {
1473 "type": "number"
1474 },
1475 "iout2_Min": {
1476 "type": "number"
1477 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001478 "iout2_Name": {
1479 "type": "string"
1480 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001481 "iout3_Max": {
1482 "type": "number"
1483 },
1484 "iout3_Min": {
1485 "type": "number"
1486 },
1487 "iout3_Name": {
1488 "type": "string"
1489 },
Chau Lyc1521d12024-10-10 03:38:17 +00001490 "iout4_Max": {
1491 "type": "number"
1492 },
1493 "iout4_Min": {
1494 "type": "number"
1495 },
1496 "iout4_Name": {
1497 "type": "string"
1498 },
1499 "iout5_Max": {
1500 "type": "number"
1501 },
1502 "iout5_Min": {
1503 "type": "number"
1504 },
1505 "iout5_Name": {
1506 "type": "string"
1507 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001508 "pin1_Max": {
1509 "type": "number"
1510 },
1511 "pin1_Min": {
1512 "type": "number"
1513 },
1514 "pin1_Name": {
1515 "type": "string"
1516 },
1517 "pin2_Max": {
1518 "type": "number"
1519 },
1520 "pin2_Min": {
1521 "type": "number"
1522 },
1523 "pin2_Name": {
1524 "type": "string"
1525 },
1526 "pin3_Max": {
1527 "type": "number"
1528 },
1529 "pin3_Min": {
1530 "type": "number"
1531 },
1532 "pin3_Name": {
1533 "type": "string"
1534 },
Scron Chang73347452020-12-30 20:00:39 +08001535 "pout1_Max": {
1536 "type": "number"
1537 },
1538 "pout1_Min": {
1539 "type": "number"
1540 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001541 "pout1_Name": {
1542 "type": "string"
1543 },
Scron Chang73347452020-12-30 20:00:39 +08001544 "pout2_Max": {
1545 "type": "number"
1546 },
1547 "pout2_Min": {
1548 "type": "number"
1549 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001550 "pout2_Name": {
1551 "type": "string"
1552 },
Scron Chang73347452020-12-30 20:00:39 +08001553 "pout3_Max": {
1554 "type": "number"
1555 },
1556 "pout3_Min": {
1557 "type": "number"
1558 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001559 "pout3_Name": {
1560 "type": "string"
1561 },
Chau Lyc1521d12024-10-10 03:38:17 +00001562 "power1_Max": {
1563 "type": "number"
1564 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001565 "power1_Name": {
1566 "type": "string"
1567 },
Chau Lyc1521d12024-10-10 03:38:17 +00001568 "power2_Max": {
1569 "type": "number"
1570 },
Potin Lai16152b52023-10-31 18:48:02 +08001571 "power2_Name": {
1572 "type": "string"
1573 },
Chau Lyc1521d12024-10-10 03:38:17 +00001574 "power3_Max": {
1575 "type": "number"
1576 },
Potin Lai16152b52023-10-31 18:48:02 +08001577 "power3_Name": {
1578 "type": "string"
1579 },
Chau Lyc1521d12024-10-10 03:38:17 +00001580 "power4_Max": {
1581 "type": "number"
1582 },
Potin Lai16152b52023-10-31 18:48:02 +08001583 "power4_Name": {
1584 "type": "string"
1585 },
Chau Lyc1521d12024-10-10 03:38:17 +00001586 "power5_Max": {
1587 "type": "number"
1588 },
Potin Lai16152b52023-10-31 18:48:02 +08001589 "power5_Name": {
1590 "type": "string"
1591 },
1592 "power6_Name": {
1593 "type": "string"
1594 },
1595 "power7_Name": {
1596 "type": "string"
1597 },
1598 "power8_Name": {
1599 "type": "string"
1600 },
1601 "power9_Name": {
1602 "type": "string"
1603 },
Chau Lyc1521d12024-10-10 03:38:17 +00001604 "temp1_Max": {
1605 "type": "number"
1606 },
1607 "temp1_Min": {
1608 "type": "number"
1609 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001610 "temp1_Name": {
1611 "type": "string"
1612 },
Chau Lyc1521d12024-10-10 03:38:17 +00001613 "temp2_Max": {
1614 "type": "number"
1615 },
1616 "temp2_Min": {
1617 "type": "number"
1618 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001619 "temp2_Name": {
1620 "type": "string"
1621 },
Chau Lyc1521d12024-10-10 03:38:17 +00001622 "temp3_Max": {
1623 "type": "number"
1624 },
1625 "temp3_Min": {
1626 "type": "number"
1627 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001628 "temp3_Name": {
1629 "type": "string"
1630 },
Chau Lyc1521d12024-10-10 03:38:17 +00001631 "temp4_Max": {
1632 "type": "number"
1633 },
1634 "temp4_Min": {
1635 "type": "number"
1636 },
Zev Weiss585d08c2023-11-07 07:43:45 +00001637 "temp4_Name": {
1638 "type": "string"
1639 },
Chau Lyc1521d12024-10-10 03:38:17 +00001640 "temp5_Max": {
1641 "type": "number"
1642 },
1643 "temp5_Min": {
1644 "type": "number"
1645 },
Potin Lai16152b52023-10-31 18:48:02 +08001646 "temp5_Name": {
1647 "type": "string"
1648 },
Chau Lyc1521d12024-10-10 03:38:17 +00001649 "temp6_Max": {
1650 "type": "number"
1651 },
1652 "temp6_Min": {
1653 "type": "number"
1654 },
Potin Lai16152b52023-10-31 18:48:02 +08001655 "temp6_Name": {
1656 "type": "string"
1657 },
Chau Lyc1521d12024-10-10 03:38:17 +00001658 "temp7_Max": {
1659 "type": "number"
1660 },
1661 "temp7_Min": {
1662 "type": "number"
1663 },
Potin Lai16152b52023-10-31 18:48:02 +08001664 "temp7_Name": {
1665 "type": "string"
1666 },
Chau Lyc1521d12024-10-10 03:38:17 +00001667 "temp8_Max": {
1668 "type": "number"
1669 },
1670 "temp8_Min": {
1671 "type": "number"
1672 },
Potin Lai16152b52023-10-31 18:48:02 +08001673 "temp8_Name": {
1674 "type": "string"
1675 },
Chau Lyc1521d12024-10-10 03:38:17 +00001676 "temp9_Max": {
1677 "type": "number"
1678 },
1679 "temp9_Min": {
1680 "type": "number"
1681 },
1682 "temp9_Name": {
1683 "type": "string"
1684 },
1685 "temp10_Max": {
1686 "type": "number"
1687 },
1688 "temp10_Min": {
1689 "type": "number"
1690 },
1691 "temp10_Name": {
1692 "type": "string"
1693 },
1694 "temp11_Max": {
1695 "type": "number"
1696 },
1697 "temp11_Min": {
1698 "type": "number"
1699 },
1700 "temp11_Name": {
1701 "type": "string"
1702 },
1703 "temp12_Max": {
1704 "type": "number"
1705 },
1706 "temp12_Min": {
1707 "type": "number"
1708 },
1709 "temp12_Name": {
1710 "type": "string"
1711 },
1712 "temp13_Max": {
1713 "type": "number"
1714 },
1715 "temp13_Min": {
1716 "type": "number"
1717 },
1718 "temp13_Name": {
1719 "type": "string"
1720 },
1721 "vout0_Max": {
1722 "type": "number"
1723 },
1724 "vout0_Min": {
1725 "type": "number"
1726 },
1727 "vout0_Name": {
1728 "type": "string"
1729 },
Scron Chang73347452020-12-30 20:00:39 +08001730 "vout1_Max": {
1731 "type": "number"
1732 },
1733 "vout1_Min": {
1734 "type": "number"
1735 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001736 "vout1_Name": {
1737 "type": "string"
1738 },
Scron Chang73347452020-12-30 20:00:39 +08001739 "vout2_Max": {
1740 "type": "number"
1741 },
1742 "vout2_Min": {
1743 "type": "number"
1744 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001745 "vout2_Name": {
1746 "type": "string"
1747 },
Scron Chang73347452020-12-30 20:00:39 +08001748 "vout3_Max": {
1749 "type": "number"
1750 },
1751 "vout3_Min": {
1752 "type": "number"
1753 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001754 "vout3_Name": {
1755 "type": "string"
1756 },
Scron Chang73347452020-12-30 20:00:39 +08001757 "vout4_Max": {
1758 "type": "number"
1759 },
1760 "vout4_Min": {
1761 "type": "number"
1762 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001763 "vout4_Name": {
1764 "type": "string"
1765 },
Scron Chang73347452020-12-30 20:00:39 +08001766 "vout5_Max": {
1767 "type": "number"
1768 },
1769 "vout5_Min": {
1770 "type": "number"
1771 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001772 "vout5_Name": {
1773 "type": "string"
1774 },
Scron Chang73347452020-12-30 20:00:39 +08001775 "vout6_Max": {
1776 "type": "number"
1777 },
1778 "vout6_Min": {
1779 "type": "number"
1780 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001781 "vout6_Name": {
1782 "type": "string"
1783 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001784 "vout7_Max": {
1785 "type": "number"
1786 },
1787 "vout7_Min": {
1788 "type": "number"
1789 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001790 "vout7_Name": {
1791 "type": "string"
1792 },
Scron Chang73347452020-12-30 20:00:39 +08001793 "vout8_Max": {
1794 "type": "number"
1795 },
1796 "vout8_Min": {
1797 "type": "number"
1798 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001799 "vout8_Name": {
1800 "type": "string"
1801 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001802 "vout9_Max": {
1803 "type": "number"
1804 },
1805 "vout9_Min": {
1806 "type": "number"
1807 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001808 "vout9_Name": {
1809 "type": "string"
1810 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001811 "vout10_Max": {
1812 "type": "number"
1813 },
1814 "vout10_Min": {
1815 "type": "number"
1816 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001817 "vout10_Name": {
1818 "type": "string"
1819 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001820 "vout11_Max": {
1821 "type": "number"
1822 },
1823 "vout11_Min": {
1824 "type": "number"
1825 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001826 "vout11_Name": {
1827 "type": "string"
1828 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001829 "vout12_Max": {
1830 "type": "number"
1831 },
1832 "vout12_Min": {
1833 "type": "number"
1834 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001835 "vout12_Name": {
1836 "type": "string"
1837 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001838 "vout13_Max": {
1839 "type": "number"
1840 },
1841 "vout13_Min": {
1842 "type": "number"
1843 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001844 "vout13_Name": {
1845 "type": "string"
1846 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001847 "vout14_Max": {
1848 "type": "number"
1849 },
1850 "vout14_Min": {
1851 "type": "number"
1852 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001853 "vout14_Name": {
1854 "type": "string"
1855 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001856 "vout15_Max": {
1857 "type": "number"
1858 },
1859 "vout15_Min": {
1860 "type": "number"
1861 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001862 "vout15_Name": {
1863 "type": "string"
1864 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001865 "vout16_Max": {
1866 "type": "number"
1867 },
1868 "vout16_Min": {
1869 "type": "number"
1870 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001871 "vout16_Name": {
1872 "type": "string"
1873 },
Avenash Asai Thambia29bd132021-07-30 15:02:14 -05001874 "vout17_Max": {
1875 "type": "number"
1876 },
1877 "vout17_Min": {
1878 "type": "number"
1879 },
BonnieLo-wiwynncbaec702022-11-17 15:42:46 +08001880 "vout17_Name": {
1881 "type": "string"
1882 },
Ali El-Haj-Mahmoud9f591c22023-05-08 14:10:17 -04001883 "fan1_Name": {
1884 "type": "string"
1885 },
Potin Lai7fe7b882025-01-06 14:12:58 +08001886 "curr1_Offset": {
1887 "type": "number"
1888 },
1889 "power1_Offset": {
1890 "type": "number"
1891 },
Scron Chang73347452020-12-30 20:00:39 +08001892 "iout1_Offset": {
1893 "type": "number"
1894 },
1895 "pout1_Offset": {
1896 "type": "number"
1897 },
Yang Chen7d73f432024-09-25 20:47:25 +08001898 "pin_Offset": {
1899 "type": "number"
1900 },
Potin Lai7fe7b882025-01-06 14:12:58 +08001901 "curr1_Scale": {
1902 "type": "number"
1903 },
1904 "power1_Scale": {
1905 "type": "number"
1906 },
Scron Changf0941252021-01-22 21:02:50 +08001907 "iout1_Scale": {
1908 "type": "number"
1909 },
Chau Lyc1521d12024-10-10 03:38:17 +00001910 "iout2_Scale": {
1911 "type": "number"
1912 },
1913 "iout3_Scale": {
1914 "type": "number"
1915 },
1916 "iout4_Scale": {
1917 "type": "number"
1918 },
1919 "iout5_Scale": {
1920 "type": "number"
1921 },
Sara Lin14c474c2024-04-24 18:01:17 +08001922 "pin_Scale": {
1923 "type": "number"
1924 },
Ricky CX Wud509c442024-11-26 10:51:30 +08001925 "pout1_Scale": {
1926 "type": "number"
1927 },
Delphine CC Chiu82e6a3f2023-08-08 17:42:59 +08001928 "in0_Scale": {
1929 "type": "number"
1930 },
1931 "in1_Scale": {
1932 "type": "number"
1933 },
1934 "in2_Scale": {
1935 "type": "number"
1936 },
1937 "in3_Scale": {
1938 "type": "number"
1939 },
1940 "in4_Scale": {
1941 "type": "number"
1942 },
1943 "in5_Scale": {
1944 "type": "number"
1945 },
1946 "in6_Scale": {
1947 "type": "number"
1948 },
1949 "in7_Scale": {
1950 "type": "number"
1951 },
Ian Chien2c188082024-07-24 11:13:43 +08001952 "in_voltage0_Scale": {
1953 "type": "number"
1954 },
1955 "in_voltage1_Scale": {
1956 "type": "number"
1957 },
1958 "in_voltage2_Scale": {
1959 "type": "number"
1960 },
1961 "in_voltage3_Scale": {
1962 "type": "number"
1963 },
1964 "in_voltage4_Scale": {
1965 "type": "number"
1966 },
1967 "in_voltage5_Scale": {
1968 "type": "number"
1969 },
1970 "in_voltage6_Scale": {
1971 "type": "number"
1972 },
1973 "in_voltage7_Scale": {
1974 "type": "number"
1975 },
Ian Chien7ee8c022024-08-16 15:12:18 +08001976 "in_voltage8_Scale": {
1977 "type": "number"
1978 },
1979 "in_voltage9_Scale": {
1980 "type": "number"
1981 },
Scron Changf0941252021-01-22 21:02:50 +08001982 "PollRate": {
1983 "type": "number"
1984 },
Brad Bishop66665882020-05-07 17:05:18 -04001985 "Type": {
1986 "type": "string"
Brad Bishop66665882020-05-07 17:05:18 -04001987 }
1988 }
1989 }
1990}