|
@@ -5403,7 +5403,7 @@ void CheckSystemValue(void)
|
|
|
{
|
|
|
uint8_t ts[36];
|
|
|
getNowDatetime(ts);
|
|
|
- sprintf((char*)ShmOCPP16Data->DataTransfer[gun_index].VendorId, "org.openchargealliance.costmsg");
|
|
|
+ sprintf((char*)ShmOCPP16Data->DataTransfer[gun_index].VendorId, "Zerova");
|
|
|
sprintf((char*)ShmOCPP16Data->DataTransfer[gun_index].MessageId, "ConnectorUnplugged");
|
|
|
if(strcmp((char*)dmsVersion, "2.0")==0)
|
|
|
sprintf((char*)ShmOCPP16Data->DataTransfer[gun_index].Data, "{\\\"transactionId\\\":%d,\\\"timestamp\\\":\\\"%s\\\"}", ShmOCPP16Data->StartTransaction[gun_index].ResponseTransactionId, ts);
|
|
@@ -17159,7 +17159,7 @@ int initialConfigurationTable(void)
|
|
|
char sstr[256]={0};
|
|
|
int c = 0;
|
|
|
char *loc;
|
|
|
- int confVersion = 19;
|
|
|
+ int confVersion = 20;
|
|
|
|
|
|
DEBUG_INFO("initialConfigurationTable...version: %d\n", confVersion);
|
|
|
|