1 #ifndef __OIDS_H_
2 #define __OIDS_H_
3 
4 /*
5  * oids.h
6  *
7  * UPS-related OIDs from APC's PowerNet MIB
8  *
9  * Generated from powernet398.mib (rev 3.9.8)
10  *
11  */
12 
13 #ifdef __GNUC__
14 #define __UNUSED__ __attribute__((unused))
15 #else
16 #define __UNUSED__
17 #endif
18 
19 //
20 // Note that because these are all declared static, the compiler will eliminate
21 // those that we do not reference. It will warn about it, however, so need to
22 // suppress that where possible.
23 //
24 
25 __UNUSED__ static int upsBasicIdentModel[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 1, 1, -1};
26 __UNUSED__ static int upsBasicIdentName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 1, 2, -1};
27 __UNUSED__ static int upsAdvIdentFirmwareRevision[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 2, 1, -1};
28 __UNUSED__ static int upsAdvIdentDateOfManufacture[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 2, 2, -1};
29 __UNUSED__ static int upsAdvIdentSerialNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 2, 3, -1};
30 __UNUSED__ static int upsAdvIdentFirmwareRevision2[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 2, 4, -1};
31 __UNUSED__ static int upsAdvIdentSkuNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 1, 2, 5, -1};
32 __UNUSED__ static int upsBasicBatteryStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 1, 1, -1};
33 __UNUSED__ static int upsBasicBatteryTimeOnBattery[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 1, 2, -1};
34 __UNUSED__ static int upsBasicBatteryLastReplaceDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 1, 3, -1};
35 __UNUSED__ static int upsAdvBatteryCapacity[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 1, -1};
36 __UNUSED__ static int upsAdvBatteryTemperature[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 2, -1};
37 __UNUSED__ static int upsAdvBatteryRunTimeRemaining[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 3, -1};
38 __UNUSED__ static int upsAdvBatteryReplaceIndicator[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 4, -1};
39 __UNUSED__ static int upsAdvBatteryNumOfBattPacks[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 5, -1};
40 __UNUSED__ static int upsAdvBatteryNumOfBadBattPacks[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 6, -1};
41 __UNUSED__ static int upsAdvBatteryNominalVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 7, -1};
42 __UNUSED__ static int upsAdvBatteryActualVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 8, -1};
43 __UNUSED__ static int upsAdvBatteryCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 9, -1};
44 __UNUSED__ static int upsAdvTotalDCCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 2, 10, -1};
45 __UNUSED__ static int upsHighPrecBatteryCapacity[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 3, 1, -1};
46 __UNUSED__ static int upsHighPrecBatteryTemperature[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 3, 2, -1};
47 __UNUSED__ static int upsHighPrecBatteryNominalVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 3, 3, -1};
48 __UNUSED__ static int upsHighPrecBatteryActualVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 3, 4, -1};
49 __UNUSED__ static int upsHighPrecBatteryCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 3, 5, -1};
50 __UNUSED__ static int upsHighPrecTotalDCCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 2, 3, 6, -1};
51 __UNUSED__ static int upsBasicInputPhase[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 1, 1, -1};
52 __UNUSED__ static int upsAdvInputLineVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 2, 1, -1};
53 __UNUSED__ static int upsAdvInputMaxLineVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 2, 2, -1};
54 __UNUSED__ static int upsAdvInputMinLineVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 2, 3, -1};
55 __UNUSED__ static int upsAdvInputFrequency[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 2, 4, -1};
56 __UNUSED__ static int upsAdvInputLineFailCause[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 2, 5, -1};
57 __UNUSED__ static int upsHighPrecInputLineVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 3, 1, -1};
58 __UNUSED__ static int upsHighPrecInputMaxLineVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 3, 2, -1};
59 __UNUSED__ static int upsHighPrecInputMinLineVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 3, 3, -1};
60 __UNUSED__ static int upsHighPrecInputFrequency[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 3, 3, 4, -1};
61 __UNUSED__ static int upsBasicOutputStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 1, 1, -1};
62 __UNUSED__ static int upsBasicOutputPhase[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 1, 2, -1};
63 __UNUSED__ static int upsBasicSystemStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 1, 3, -1};
64 __UNUSED__ static int upsAdvOutputVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 2, 1, -1};
65 __UNUSED__ static int upsAdvOutputFrequency[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 2, 2, -1};
66 __UNUSED__ static int upsAdvOutputLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 2, 3, -1};
67 __UNUSED__ static int upsAdvOutputCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 2, 4, -1};
68 __UNUSED__ static int upsAdvOutputRedundancy[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 2, 5, -1};
69 __UNUSED__ static int upsAdvOutputKVACapacity[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 2, 6, -1};
70 __UNUSED__ static int upsHighPrecOutputVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 3, 1, -1};
71 __UNUSED__ static int upsHighPrecOutputFrequency[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 3, 2, -1};
72 __UNUSED__ static int upsHighPrecOutputLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 3, 3, -1};
73 __UNUSED__ static int upsHighPrecOutputCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 4, 3, 4, -1};
74 __UNUSED__ static int upsBasicConfigNumDevices[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 1, 1, -1};
75 __UNUSED__ static int upsBasicConfigDeviceTableDeviceIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 1, 2, 1, 1, -1};
76 __UNUSED__ static int upsBasicConfigDeviceTableDeviceName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 1, 2, 1, 2, -1};
77 __UNUSED__ static int upsBasicConfigDeviceTableVaRating[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 1, 2, 1, 3, -1};
78 __UNUSED__ static int upsBasicConfigDeviceTableAcceptThisDevice[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 1, 2, 1, 4, -1};
79 __UNUSED__ static int upsAdvConfigRatedOutputVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 1, -1};
80 __UNUSED__ static int upsAdvConfigHighTransferVolt[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 2, -1};
81 __UNUSED__ static int upsAdvConfigLowTransferVolt[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 3, -1};
82 __UNUSED__ static int upsAdvConfigAlarm[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 4, -1};
83 __UNUSED__ static int upsAdvConfigAlarmTimer[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 5, -1};
84 __UNUSED__ static int upsAdvConfigMinReturnCapacity[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 6, -1};
85 __UNUSED__ static int upsAdvConfigSensitivity[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 7, -1};
86 __UNUSED__ static int upsAdvConfigLowBatteryRunTime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 8, -1};
87 __UNUSED__ static int upsAdvConfigReturnDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 9, -1};
88 __UNUSED__ static int upsAdvConfigShutoffDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 10, -1};
89 __UNUSED__ static int upsAdvConfigUpsSleepTime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 11, -1};
90 __UNUSED__ static int upsAdvConfigSetEEPROMDefaults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 12, -1};
91 __UNUSED__ static int upsAdvConfigDipSwitchSettingDipSwitchIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 13, 1, 1, -1};
92 __UNUSED__ static int upsAdvConfigDipSwitchSettingDipSwitchStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 13, 1, 2, -1};
93 __UNUSED__ static int upsAdvConfigBattExhaustThresh[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 14, -1};
94 __UNUSED__ static int upsAdvConfigPassword[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 15, -1};
95 __UNUSED__ static int apcUpsConfigFieldIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 16, 1, 1, -1};
96 __UNUSED__ static int apcUpsConfigFieldOID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 16, 1, 2, -1};
97 __UNUSED__ static int apcUpsConfigFieldValueRange[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 16, 1, 3, -1};
98 __UNUSED__ static int upsAdvConfigBattCabAmpHour[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 17, -1};
99 __UNUSED__ static int upsAdvConfigPositionSelector[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 18, -1};
100 __UNUSED__ static int upsAdvConfigOutputFreqRange[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 19, -1};
101 __UNUSED__ static int upsAdvConfigUPSFail[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 20, -1};
102 __UNUSED__ static int upsAdvConfigAlarmRedundancy[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 21, -1};
103 __UNUSED__ static int upsAdvConfigAlarmLoadOver[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 22, -1};
104 __UNUSED__ static int upsAdvConfigAlarmRuntimeUnder[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 23, -1};
105 __UNUSED__ static int upsAdvConfigVoutReporting[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 24, -1};
106 __UNUSED__ static int upsAdvConfigNumExternalBatteries[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 25, -1};
107 __UNUSED__ static int upsAdvConfigSimpleSignalShutdowns[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 26, -1};
108 __UNUSED__ static int upsAdvConfigMaxShutdownTime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 27, -1};
109 __UNUSED__ static int upsAsiUpsControlServerRequestShutdown[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 28, -1};
110 __UNUSED__ static int upsAdvConfigMinReturnRuntime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 29, -1};
111 __UNUSED__ static int upsAdvConfigBasicSignalLowBatteryDuration[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 30, -1};
112 __UNUSED__ static int upsAdvConfigBypassPhaseLockRequired[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 31, -1};
113 __UNUSED__ static int upsAdvConfigOutputFreqSlewRate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 32, -1};
114 __UNUSED__ static int upsAdvConfigChargerLevel[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 33, -1};
115 __UNUSED__ static int upsAdvConfigBypassToleranceSetting[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 34, -1};
116 __UNUSED__ static int upsAdvConfigMainsSetting[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 35, -1};
117 __UNUSED__ static int upsAdvConfigACWiringSetting[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 36, -1};
118 __UNUSED__ static int upsAdvConfigUpperOutputVoltTolerance[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 37, -1};
119 __UNUSED__ static int upsAdvConfigLowerOutputVoltTolerance[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 38, -1};
120 __UNUSED__ static int upsAdvConfigUpperBypassVoltTolerance[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 39, -1};
121 __UNUSED__ static int upsAdvConfigLowerBypassVoltTolerance[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 40, -1};
122 __UNUSED__ static int upsAdvConfigOutofSyncBypassTransferDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 5, 2, 41, -1};
123 __UNUSED__ static int upsBasicControlConserveBattery[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 1, 1, -1};
124 __UNUSED__ static int upsAdvControlUpsOff[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 1, -1};
125 __UNUSED__ static int upsAdvControlRebootShutdownUps[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 2, -1};
126 __UNUSED__ static int upsAdvControlUpsSleep[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 3, -1};
127 __UNUSED__ static int upsAdvControlSimulatePowerFail[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 4, -1};
128 __UNUSED__ static int upsAdvControlFlashAndBeep[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 5, -1};
129 __UNUSED__ static int upsAdvControlTurnOnUPS[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 6, -1};
130 __UNUSED__ static int upsAdvControlBypassSwitch[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 7, -1};
131 __UNUSED__ static int upsAdvControlRebootUpsWithOrWithoutAC[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 8, -1};
132 __UNUSED__ static int upsAdvControlFirmwareUpdate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 6, 2, 9, -1};
133 __UNUSED__ static int upsAdvTestDiagnosticSchedule[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 1, -1};
134 __UNUSED__ static int upsAdvTestDiagnostics[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 2, -1};
135 __UNUSED__ static int upsAdvTestDiagnosticsResults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 3, -1};
136 __UNUSED__ static int upsAdvTestLastDiagnosticsDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 4, -1};
137 __UNUSED__ static int upsAdvTestRuntimeCalibration[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 5, -1};
138 __UNUSED__ static int upsAdvTestCalibrationResults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 6, -1};
139 __UNUSED__ static int upsAdvTestCalibrationDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 7, -1};
140 __UNUSED__ static int upsAdvTestDiagnosticTime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 8, -1};
141 __UNUSED__ static int upsAdvTestDiagnosticDay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 7, 2, 9, -1};
142 __UNUSED__ static int upsCommStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 8, 1, -1};
143 __UNUSED__ static int upsPhaseResetMaxMinValues[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 1, 1, -1};
144 __UNUSED__ static int upsPhaseNumInputs[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 1, -1};
145 __UNUSED__ static int upsPhaseInputTableIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 2, 1, 1, -1};
146 __UNUSED__ static int upsPhaseNumInputPhases[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 2, 1, 2, -1};
147 __UNUSED__ static int upsPhaseInputVoltageOrientation[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 2, 1, 3, -1};
148 __UNUSED__ static int upsPhaseInputFrequency[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 2, 1, 4, -1};
149 __UNUSED__ static int upsPhaseInputType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 2, 1, 5, -1};
150 __UNUSED__ static int upsPhaseInputName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 2, 1, 6, -1};
151 __UNUSED__ static int upsPhaseInputPhaseTableIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 1, -1};
152 __UNUSED__ static int upsPhaseInputPhaseIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 2, -1};
153 __UNUSED__ static int upsPhaseInputVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 3, -1};
154 __UNUSED__ static int upsPhaseInputMaxVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 4, -1};
155 __UNUSED__ static int upsPhaseInputMinVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 5, -1};
156 __UNUSED__ static int upsPhaseInputCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 6, -1};
157 __UNUSED__ static int upsPhaseInputMaxCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 7, -1};
158 __UNUSED__ static int upsPhaseInputMinCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 8, -1};
159 __UNUSED__ static int upsPhaseInputPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 9, -1};
160 __UNUSED__ static int upsPhaseInputMaxPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 10, -1};
161 __UNUSED__ static int upsPhaseInputMinPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 2, 3, 1, 11, -1};
162 __UNUSED__ static int upsPhaseNumOutputs[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 1, -1};
163 __UNUSED__ static int upsPhaseOutputTableIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 2, 1, 1, -1};
164 __UNUSED__ static int upsPhaseNumOutputPhases[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 2, 1, 2, -1};
165 __UNUSED__ static int upsPhaseOutputVoltageOrientation[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 2, 1, 3, -1};
166 __UNUSED__ static int upsPhaseOutputFrequency[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 2, 1, 4, -1};
167 __UNUSED__ static int upsPhaseOutputPhaseTableIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 1, -1};
168 __UNUSED__ static int upsPhaseOutputPhaseIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 2, -1};
169 __UNUSED__ static int upsPhaseOutputVoltage[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 3, -1};
170 __UNUSED__ static int upsPhaseOutputCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 4, -1};
171 __UNUSED__ static int upsPhaseOutputMaxCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 5, -1};
172 __UNUSED__ static int upsPhaseOutputMinCurrent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 6, -1};
173 __UNUSED__ static int upsPhaseOutputLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 7, -1};
174 __UNUSED__ static int upsPhaseOutputMaxLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 8, -1};
175 __UNUSED__ static int upsPhaseOutputMinLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 9, -1};
176 __UNUSED__ static int upsPhaseOutputPercentLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 10, -1};
177 __UNUSED__ static int upsPhaseOutputMaxPercentLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 11, -1};
178 __UNUSED__ static int upsPhaseOutputMinPercentLoad[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 12, -1};
179 __UNUSED__ static int upsPhaseOutputPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 13, -1};
180 __UNUSED__ static int upsPhaseOutputMaxPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 14, -1};
181 __UNUSED__ static int upsPhaseOutputMinPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 15, -1};
182 __UNUSED__ static int upsPhaseOutputPercentPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 16, -1};
183 __UNUSED__ static int upsPhaseOutputMaxPercentPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 17, -1};
184 __UNUSED__ static int upsPhaseOutputMinPercentPower[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 9, 3, 3, 1, 18, -1};
185 __UNUSED__ static int upsSCGMembershipGroupNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 1, 1, -1};
186 __UNUSED__ static int upsSCGActiveMembershipStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 1, 2, -1};
187 __UNUSED__ static int upsSCGPowerSynchronizationDelayTime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 1, 3, -1};
188 __UNUSED__ static int upsSCGReturnBatteryCapacityOffset[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 1, 4, -1};
189 __UNUSED__ static int upsSCGMultiCastIP[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 1, 5, -1};
190 __UNUSED__ static int upsSCGNumOfGroupMembers[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 2, 1, -1};
191 __UNUSED__ static int upsSCGStatusTableIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 2, 2, 1, 1, -1};
192 __UNUSED__ static int upsSCGMemberIP[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 2, 2, 1, 2, -1};
193 __UNUSED__ static int upsSCGACInputStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 2, 2, 1, 3, -1};
194 __UNUSED__ static int upsSCGACOutputStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 10, 2, 2, 1, 4, -1};
195 __UNUSED__ static int upsBasicStateOutputState[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 1, 1, -1};
196 __UNUSED__ static int upsAdvStateAbnormalConditions[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 2, 1, -1};
197 __UNUSED__ static int upsAdvStateSymmetra3PhaseSpecificFaults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 2, 2, -1};
198 __UNUSED__ static int upsAdvStateDP300ESpecificFaults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 2, 3, -1};
199 __UNUSED__ static int upsAdvStateSymmetraSpecificFaults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 2, 4, -1};
200 __UNUSED__ static int upsAdvStateSmartUPSSpecificFaults[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 2, 5, -1};
201 __UNUSED__ static int upsAdvStateSystemMessages[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 11, 2, 6, -1};
202 __UNUSED__ static int upsOutletGroupStatusTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 1, 1, -1};
203 __UNUSED__ static int upsOutletGroupStatusIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 1, 2, 1, 1, -1};
204 __UNUSED__ static int upsOutletGroupStatusName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 1, 2, 1, 2, -1};
205 __UNUSED__ static int upsOutletGroupStatusGroupState[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 1, 2, 1, 3, -1};
206 __UNUSED__ static int upsOutletGroupStatusCommandPending[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 1, 2, 1, 4, -1};
207 __UNUSED__ static int upsOutletGroupStatusOutletType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 1, 2, 1, 5, -1};
208 __UNUSED__ static int upsOutletGroupConfigTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 1, -1};
209 __UNUSED__ static int upsOutletGroupConfigIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 1, -1};
210 __UNUSED__ static int upsOutletGroupConfigName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 2, -1};
211 __UNUSED__ static int upsOutletGroupConfigPowerOnDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 3, -1};
212 __UNUSED__ static int upsOutletGroupConfigPowerOffDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 4, -1};
213 __UNUSED__ static int upsOutletGroupConfigRebootDuration[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 5, -1};
214 __UNUSED__ static int upsOutletGroupConfigMinReturnRuntime[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 6, -1};
215 __UNUSED__ static int upsOutletGroupConfigOutletType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 7, -1};
216 __UNUSED__ static int upsOutletGroupConfigLoadShedControlSkipOffDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 8, -1};
217 __UNUSED__ static int upsOutletGroupConfigLoadShedControlAutoRestart[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 9, -1};
218 __UNUSED__ static int upsOutletGroupConfigLoadShedControlTimeOnBattery[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 10, -1};
219 __UNUSED__ static int upsOutletGroupConfigLoadShedControlRuntimeRemaining[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 11, -1};
220 __UNUSED__ static int upsOutletGroupConfigLoadShedControlInOverload[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 12, -1};
221 __UNUSED__ static int upsOutletGroupConfigLoadShedTimeOnBattery[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 13, -1};
222 __UNUSED__ static int upsOutletGroupConfigLoadShedRuntimeRemaining[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 2, 2, 1, 14, -1};
223 __UNUSED__ static int upsOutletGroupControlTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 3, 1, -1};
224 __UNUSED__ static int upsOutletGroupControlIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 3, 2, 1, 1, -1};
225 __UNUSED__ static int upsOutletGroupControlName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 3, 2, 1, 2, -1};
226 __UNUSED__ static int upsOutletGroupControlCommand[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 3, 2, 1, 3, -1};
227 __UNUSED__ static int upsOutletGroupControlOutletType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 12, 3, 2, 1, 4, -1};
228 __UNUSED__ static int upsDiagIMTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 1, -1};
229 __UNUSED__ static int upsDiagIMIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 1, -1};
230 __UNUSED__ static int upsDiagIMType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 2, -1};
231 __UNUSED__ static int upsDiagIMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 3, -1};
232 __UNUSED__ static int upsDiagIMFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 4, -1};
233 __UNUSED__ static int upsDiagIMSlaveFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 5, -1};
234 __UNUSED__ static int upsDiagIMHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 6, -1};
235 __UNUSED__ static int upsDiagIMSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 7, -1};
236 __UNUSED__ static int upsDiagIMManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 1, 2, 1, 8, -1};
237 __UNUSED__ static int upsDiagPMTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 1, -1};
238 __UNUSED__ static int upsDiagPMIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 2, 1, 1, -1};
239 __UNUSED__ static int upsDiagPMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 2, 1, 2, -1};
240 __UNUSED__ static int upsDiagPMFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 2, 1, 3, -1};
241 __UNUSED__ static int upsDiagPMHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 2, 1, 4, -1};
242 __UNUSED__ static int upsDiagPMSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 2, 1, 5, -1};
243 __UNUSED__ static int upsDiagPMManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 2, 2, 1, 6, -1};
244 __UNUSED__ static int upsDiagBatteryTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 1, -1};
245 __UNUSED__ static int upsDiagBatteryFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 1, -1};
246 __UNUSED__ static int upsDiagBatteryIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 2, -1};
247 __UNUSED__ static int upsDiagBatteryStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 3, -1};
248 __UNUSED__ static int upsDiagBatterySerialNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 4, -1};
249 __UNUSED__ static int upsDiagBatteryFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 5, -1};
250 __UNUSED__ static int upsDiagBatteryManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 6, -1};
251 __UNUSED__ static int upsDiagBatteryType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 3, 2, 1, 7, -1};
252 __UNUSED__ static int upsDiagSubSysFrameTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 1, -1};
253 __UNUSED__ static int upsDiagSubSysFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 2, 1, 1, -1};
254 __UNUSED__ static int upsDiagSubSysFrameType[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 2, 1, 2, -1};
255 __UNUSED__ static int upsDiagSubSysFrameFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 2, 1, 3, -1};
256 __UNUSED__ static int upsDiagSubSysFrameHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 2, 1, 4, -1};
257 __UNUSED__ static int upsDiagSubSysFrameSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 2, 1, 5, -1};
258 __UNUSED__ static int upsDiagSubSysFrameManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 2, 1, 6, -1};
259 __UNUSED__ static int upsDiagSubSysIntBypSwitchTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 3, -1};
260 __UNUSED__ static int upsDiagSubSysIntBypSwitchFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 1, -1};
261 __UNUSED__ static int upsDiagSubSysIntBypSwitchIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 2, -1};
262 __UNUSED__ static int upsDiagSubSysIntBypSwitchStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 3, -1};
263 __UNUSED__ static int upsDiagSubSysIntBypSwitchFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 4, -1};
264 __UNUSED__ static int upsDiagSubSysIntBypSwitchHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 5, -1};
265 __UNUSED__ static int upsDiagSubSysIntBypSwitchSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 6, -1};
266 __UNUSED__ static int upsDiagSubSysIntBypSwitchManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 4, 1, 7, -1};
267 __UNUSED__ static int upsDiagSubSysBattMonitorTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 5, -1};
268 __UNUSED__ static int upsDiagSubSysBattMonitorFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 1, -1};
269 __UNUSED__ static int upsDiagSubSysBattMonitorIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 2, -1};
270 __UNUSED__ static int upsDiagSubSysBattMonitorStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 3, -1};
271 __UNUSED__ static int upsDiagSubSysBattMonitorFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 4, -1};
272 __UNUSED__ static int upsDiagSubSysBattMonitorHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 5, -1};
273 __UNUSED__ static int upsDiagSubSysBattMonitorSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 6, -1};
274 __UNUSED__ static int upsDiagSubSysBattMonitorManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 6, 1, 7, -1};
275 __UNUSED__ static int upsDiagSubSysExternalSwitchGearTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 7, -1};
276 __UNUSED__ static int upsDiagSubSysExternalSwitchGearFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 1, -1};
277 __UNUSED__ static int upsDiagSubSysExternalSwitchGearIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 2, -1};
278 __UNUSED__ static int upsDiagSubSysExternalSwitchGearStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 3, -1};
279 __UNUSED__ static int upsDiagSubSysExternalSwitchGearFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 4, -1};
280 __UNUSED__ static int upsDiagSubSysExternalSwitchGearHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 5, -1};
281 __UNUSED__ static int upsDiagSubSysExternalSwitchGearSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 6, -1};
282 __UNUSED__ static int upsDiagSubSysExternalSwitchGearManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 8, 1, 7, -1};
283 __UNUSED__ static int upsDiagSubSysDisplayInterfaceCardTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 9, -1};
284 __UNUSED__ static int upsDiagSubSysDisplayInterfaceCardFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 10, 1, 1, -1};
285 __UNUSED__ static int upsDiagSubSysDisplayInterfaceCardIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 10, 1, 2, -1};
286 __UNUSED__ static int upsDiagSubSysDisplayInterfaceCardStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 10, 1, 3, -1};
287 __UNUSED__ static int upsDiagSubSysDCCircuitBreakerTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 11, -1};
288 __UNUSED__ static int upsDiagSubSysDCCircuitBreakerFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 12, 1, 1, -1};
289 __UNUSED__ static int upsDiagSubSysDCCircuitBreakerIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 12, 1, 2, -1};
290 __UNUSED__ static int upsDiagSubSysDCCircuitBreakerStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 12, 1, 3, -1};
291 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 13, -1};
292 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 1, -1};
293 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 2, -1};
294 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 3, -1};
295 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 4, -1};
296 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 5, -1};
297 __UNUSED__ static int upsDiagSubSysSystemPowerSupplySerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 6, -1};
298 __UNUSED__ static int upsDiagSubSysSystemPowerSupplyManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 14, 1, 7, -1};
299 __UNUSED__ static int upsDiagSubSysXRCommunicationCardTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 15, -1};
300 __UNUSED__ static int upsDiagSubSysXRCommunicationCardFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 16, 1, 1, -1};
301 __UNUSED__ static int upsDiagSubSysXRCommunicationCardIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 16, 1, 2, -1};
302 __UNUSED__ static int upsDiagSubSysXRCommunicationCardStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 16, 1, 3, -1};
303 __UNUSED__ static int upsDiagSubSysXRCommunicationCardFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 16, 1, 4, -1};
304 __UNUSED__ static int upsDiagSubSysXRCommunicationCardSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 16, 1, 5, -1};
305 __UNUSED__ static int upsDiagSubSysExternalPowerFrameBoardTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 17, -1};
306 __UNUSED__ static int upsDiagSubSysExternalPowerFrameBoardFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 18, 1, 1, -1};
307 __UNUSED__ static int upsDiagSubSysExternalPowerFrameBoardIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 18, 1, 2, -1};
308 __UNUSED__ static int upsDiagSubSysExternalPowerFrameBoardStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 18, 1, 3, -1};
309 __UNUSED__ static int upsDiagSubSysChargerTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 19, -1};
310 __UNUSED__ static int upsDiagSubSysChargerFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 20, 1, 1, -1};
311 __UNUSED__ static int upsDiagSubSysChargerIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 20, 1, 2, -1};
312 __UNUSED__ static int upsDiagSubSysChargerStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 20, 1, 3, -1};
313 __UNUSED__ static int upsDiagSubSysInverterTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 21, -1};
314 __UNUSED__ static int upsDiagSubSysInverterFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 1, -1};
315 __UNUSED__ static int upsDiagSubSysInverterIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 2, -1};
316 __UNUSED__ static int upsDiagSubSysInverterStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 3, -1};
317 __UNUSED__ static int upsDiagSubSysInverterFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 4, -1};
318 __UNUSED__ static int upsDiagSubSysInverterHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 5, -1};
319 __UNUSED__ static int upsDiagSubSysInverterSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 6, -1};
320 __UNUSED__ static int upsDiagSubSysInverterManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 22, 1, 7, -1};
321 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 23, -1};
322 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 1, -1};
323 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 2, -1};
324 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 3, -1};
325 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionFirmwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 4, -1};
326 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 5, -1};
327 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionSerialNum[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 6, -1};
328 __UNUSED__ static int upsDiagSubSysPowerFactorCorrectionManufactureDate[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 24, 1, 7, -1};
329 __UNUSED__ static int upsDiagSubSysNetworkComCardTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 25, -1};
330 __UNUSED__ static int upsDiagSubSysNetworkComCardIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 1, -1};
331 __UNUSED__ static int upsDiagSubSysNetworkComCardModelNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 2, -1};
332 __UNUSED__ static int upsDiagSubSysNetworkComCardSerialNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 3, -1};
333 __UNUSED__ static int upsDiagSubSysNetworkComCardDateOfManufacture[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 4, -1};
334 __UNUSED__ static int upsDiagSubSysNetworkComCardHardwareRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 5, -1};
335 __UNUSED__ static int upsDiagSubSysNetworkComCardFirmwareAppRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 6, -1};
336 __UNUSED__ static int upsDiagSubSysNetworkComCardFirmwareAppOSRev[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 4, 26, 1, 7, -1};
337 __UNUSED__ static int upsDiagSwitchGearStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 1, -1};
338 __UNUSED__ static int upsDiagSwitchGearInputSwitchStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 2, -1};
339 __UNUSED__ static int upsDiagSwitchGearOutputSwitchStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 3, -1};
340 __UNUSED__ static int upsDiagSwitchGearBypassSwitchStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 4, -1};
341 __UNUSED__ static int upsDiagSwitchGearBypassInputSwitchStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 5, -1};
342 __UNUSED__ static int upsDiagSwitchGearBreakerTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 6, -1};
343 __UNUSED__ static int switchgearBreakerIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 7, 1, 1, -1};
344 __UNUSED__ static int switchgearBreakerPresent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 7, 1, 2, -1};
345 __UNUSED__ static int switchgearBreakerName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 7, 1, 3, -1};
346 __UNUSED__ static int upsDiagSubFeedBreakerTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 8, -1};
347 __UNUSED__ static int subfeedBreakerIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 9, 1, 1, -1};
348 __UNUSED__ static int subfeedBreakerPresent[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 9, 1, 2, -1};
349 __UNUSED__ static int subfeedBreakerRating[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 9, 1, 3, -1};
350 __UNUSED__ static int subfeedBreakerUpperAcceptPowerWarning[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 1, 9, 1, 4, -1};
351 __UNUSED__ static int upsDiagMCCBBoxStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 2, 1, -1};
352 __UNUSED__ static int upsDiagTransformerStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 5, 3, 1, -1};
353 __UNUSED__ static int upsDiagComBusInternalMIMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 6, 1, -1};
354 __UNUSED__ static int upsDiagComBusInternalRIMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 6, 2, -1};
355 __UNUSED__ static int upsDiagComBusMIMtoRIMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 6, 3, -1};
356 __UNUSED__ static int upsDiagComBusExternalMIMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 6, 4, -1};
357 __UNUSED__ static int upsDiagComBusExternalRIMStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 13, 6, 5, -1};
358 __UNUSED__ static int upsParallelSysLocalAddress[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 14, 1, -1};
359 __UNUSED__ static int upsParallelSysRemoteAddress[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 14, 2, -1};
360 __UNUSED__ static int upsParallelSysRedundancy[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 14, 3, -1};
361 __UNUSED__ static int upsIOFrameLayoutPositionID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 1, -1};
362 __UNUSED__ static int upsBottomFeedFrameLayoutPositionID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 2, -1};
363 __UNUSED__ static int upsSwitchGearLayoutPositionID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 3, -1};
364 __UNUSED__ static int upsBatteryFrameLayoutTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 4, -1};
365 __UNUSED__ static int batteryFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 5, 1, 1, -1};
366 __UNUSED__ static int batteryFramePositionID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 5, 1, 2, -1};
367 __UNUSED__ static int upsSideCarFrameLayoutTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 6, -1};
368 __UNUSED__ static int sideCarFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 7, 1, 1, -1};
369 __UNUSED__ static int sideCarFramePositionID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 7, 1, 2, -1};
370 __UNUSED__ static int upsPowerFrameLayoutTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 8, -1};
371 __UNUSED__ static int powerFrameIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 9, 1, 1, -1};
372 __UNUSED__ static int powerFramePositionID[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 15, 9, 1, 2, -1};
373 __UNUSED__ static int upsIntegratedATSSelectedSource[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 1, -1};
374 __UNUSED__ static int upsIntegratedATSPreferredSource[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 2, -1};
375 __UNUSED__ static int upsIntegratedATSUpsReturnStaggering[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 3, -1};
376 __UNUSED__ static int upsIntegratedATSSourceTableSize[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 4, -1};
377 __UNUSED__ static int upsIntegratedATSSourceIndex[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 5, 1, 1, -1};
378 __UNUSED__ static int upsIntegratedATSSourceName[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 5, 1, 2, -1};
379 __UNUSED__ static int upsIntegratedATSSourceStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 5, 1, 3, -1};
380 __UNUSED__ static int upsIntegratedATSLineFailDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 5, 1, 4, -1};
381 __UNUSED__ static int upsIntegratedATSLineStabilityDelay[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 1, 16, 5, 1, 5, -1};
382 __UNUSED__ static int mUpsEnvironAmbientTemperature[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 1, 1, -1};
383 __UNUSED__ static int mUpsEnvironRelativeHumidity[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 1, 2, -1};
384 __UNUSED__ static int mUpsEnvironAmbientTemperature2[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 1, 3, -1};
385 __UNUSED__ static int mUpsEnvironRelativeHumidity2[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 1, 4, -1};
386 __UNUSED__ static int mUpsContactNumContacts[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 2, 1, -1};
387 __UNUSED__ static int mUpsContactTableContactNumber[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 2, 2, 1, 1, -1};
388 __UNUSED__ static int mUpsContactTableNormalState[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 2, 2, 1, 2, -1};
389 __UNUSED__ static int mUpsContactTableDescription[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 2, 2, 1, 3, -1};
390 __UNUSED__ static int mUpsContactTableMonitoringStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 2, 2, 1, 4, -1};
391 __UNUSED__ static int mUpsContactTableCurrentStatus[] = {1, 3, 6, 1, 4, 1, 318, 1, 1, 2, 2, 2, 1, 5, -1};
392 
393 #endif
394