Преглед на файлове

2022-09-02/Jerry Wang
[OCPP 1.6]
Action:
1. Update confversion to 20.

File:
1. EVSE/Modularization/ocppfiles/MessageHandler.c
--> Action 1

Jerry Wang преди 2 години
родител
ревизия
8f807639e0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      EVSE/Modularization/ocppfiles/MessageHandler.c

+ 2 - 2
EVSE/Modularization/ocppfiles/MessageHandler.c

@@ -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);
 	//start_t = clock();