|
@@ -485,7 +485,8 @@ typedef union
|
|
|
unsigned int InvalidIdStop:1; // 0: no effect, 1: invalid stop when StopTransactionOnInvalidId is true
|
|
|
unsigned int RemoteStop:1; // 0: no effect, 1: remote stop
|
|
|
unsigned int UnlockStop:1; // 0: no effect, 1: unlock stop
|
|
|
- unsigned int res:23;
|
|
|
+ unsigned int SessionTargetStop:1; // 0: no effect, 1: session target stop
|
|
|
+ unsigned int res:22;
|
|
|
}bits;
|
|
|
}ChargingStop;
|
|
|
|
|
@@ -628,7 +629,7 @@ struct ChargingInfoData
|
|
|
int EvBatterySoc; // 0~100%
|
|
|
unsigned char ConnectorPlugIn; //0: unplug, 1: Plug-in
|
|
|
unsigned char GunLocked; //0: unlocked 1: locked
|
|
|
- unsigned char InProgress; //0: real idle, 1: session(transaction) in progress
|
|
|
+ unsigned char InProgress; //0: real idle, 1: session(transaction) in progress
|
|
|
float PilotVoltage;
|
|
|
unsigned char PilotState;//1:state A, 2:State B1, 3:State B2, 4:State C, 5:State D, 6:State E, 7:State F, 8: Pilot error
|
|
|
unsigned char PilotDuty; // 0~100%
|