Browse Source

2022-07-25 / Wendell

Actions:
1. add PsuLostQuantity for tcc
2. add PsuQuantityNotMatch status code for tcc

Files
1. As follow commit history
Wendell 2 years ago
parent
commit
30134f85b2
1 changed files with 4 additions and 2 deletions
  1. 4 2
      EVSE/Projects/define.h

+ 4 - 2
EVSE/Projects/define.h

@@ -1082,6 +1082,7 @@ struct SysInfoData
     struct LCD_OVERRIDE     LcdOveride;                 // LCD override info (no use anymore)
     struct BAZEL8           bazel8;                     // Bazel8 payment used
     struct Enegate          enegate;                    // Enegate payment used
+    unsigned char           PsuLostQuantity;
 };
 
 struct SysConfigAndInfo
@@ -1634,7 +1635,7 @@ char InfoStatusCode[384][6]=
 	"013626",	//disconnected from APN through 3G/4G
 	"013627",	//WiFi disabled (separated charger only)
 	"013628",	//4G disabled (separated charger only)
-	"013629",	//Reserved
+	"013629",	//Psu Quantity Not Match
 	"013630",	//Reserved
 	"013631",	//Reserved
 	//Information comes from EV
@@ -1976,7 +1977,8 @@ struct InfoCodeData
 			unsigned char ApnDisconnectVia4Gi:1;					//bit 2
 			unsigned char WiFiDisable:1;                            //bit 3
 			unsigned char Telocom4GModuleDisable:1;                 //bit 4
-			unsigned char :3;										//bit 5~7 reserved
+			unsigned char PsuQuantityNotMatch:1;                    //bit 5
+			unsigned char :2;										//bit 6~7 reserved
 			 //InfoVal[4]
 			unsigned char ChademoEvCommFail:1;						//bit 0
 			unsigned char CcsEvCommFail:1;							//bit 1