|
@@ -4800,7 +4800,7 @@ struct OCPP16Data
|
|
|
unsigned char OcppConnStatus; //0: disconnected, 1: connected
|
|
|
unsigned int Timeout_Secs;
|
|
|
unsigned short Ping_Pong_Interval;
|
|
|
- unsigned int procDogTime; // Process watch dog refresh timer
|
|
|
+ long int procDogTime; // Process watch dog refresh timer
|
|
|
union
|
|
|
{
|
|
|
//Operations Initiated by Charge Point
|
|
@@ -6112,7 +6112,7 @@ struct OCPP20Data
|
|
|
unsigned char OcppConnStatus; //0: disconnected, 1: connected
|
|
|
unsigned int Timeout_Secs;
|
|
|
unsigned short Ping_Pong_Interval;
|
|
|
- unsigned int procDogTime; // Process watch dog refresh timer
|
|
|
+ long int procDogTime; // Process watch dog refresh timer
|
|
|
struct ReportDataType ControllerComponentVariable[CtrlrVariable_CNT];
|
|
|
struct NetworkConnectionProfile_20 NetworkConnectionProfile[10];
|
|
|
|