|
@@ -897,9 +897,10 @@ struct SysInfoData
|
|
|
unsigned char BootingStatus; // 0 : booting, 1 : Initializing Complete.
|
|
|
unsigned char AuthorizeFlag; // 0 : None, 1 : Authorizing
|
|
|
unsigned char FactoryConfiguration; //0: normal, 1: trigger, charger will return the configuration to factory default if trigger
|
|
|
- float InputVoltageR; //0~655.35 volt
|
|
|
- float InputVoltageS; //0~655.35 volt
|
|
|
- float InputVoltageT; //0~655.35 volt
|
|
|
+ float InputVoltageR; //0~655.35 volt
|
|
|
+ float InputVoltageS; //0~655.35 volt
|
|
|
+ float InputVoltageT; //0~655.35 volt
|
|
|
+ float InputVoltageDc; //0~655.35 volt
|
|
|
unsigned int SystemFanRotaSpeed; //0 ~ 65535 RPM
|
|
|
unsigned int PsuFanRotaSpeed; //0 ~ 65535 RPM
|
|
|
unsigned char AuxPower5V; //0 ~ 255 volt
|