|
@@ -145,6 +145,9 @@ struct SysConfigData
|
|
|
|
|
|
struct ChargingInfoData
|
|
|
{
|
|
|
+ unsigned char Index;
|
|
|
+ unsigned char Type; // 0 : Chademo, 1 : CCS, 2: GB
|
|
|
+ unsigned char type_index;
|
|
|
unsigned char SystemStatus; //0: Booting, 1: idle, 2: authorizing, 3: preparing, 4: charging, 5: terminating, 6: alarm, 7: fault
|
|
|
float MaximumChargingVoltage; //0~6553.5 volt
|
|
|
float AvailableChargingCurrent; //0~6553.5 amp
|
|
@@ -156,7 +159,8 @@ struct ChargingInfoData
|
|
|
int PresentChargedDuration; // second
|
|
|
int RemainChargingDuration; // second
|
|
|
float EvBatteryMaxVoltage; // 0~6553.5 volt
|
|
|
- float EvBatterytargetVoltage; // 0~6553.5 volt
|
|
|
+ float EvBatterytargetVoltage; // 0~6553.5 volt
|
|
|
+ float EvBatterytargetCurrent; //102.3 0~200(A) (unit:1A)
|
|
|
int EvBatterySoc; // 0~100%
|
|
|
unsigned char ConnectorPlugIn; //0: unplug, 1: Plug-in
|
|
|
float PilotVoltage;
|