|
@@ -347,7 +347,7 @@ struct SysConfigData
|
|
|
unsigned char OfflinePolicy; //0: local list, 1: Phihong RFID tag, 2: free charging, 3: no charging
|
|
|
unsigned short OfflineMaxChargeEnergy; //0: same as MaxChargingEnergy, 1 ~ 65535 kWh
|
|
|
unsigned short OfflineMaxChargeDuration; //0: same as MaxChargeDuration, 1 ~ 65535 minutes
|
|
|
- unsigned char OcppServerURL[512]; //http: non-secure OCPP 1.5-S, https: secure OCPP 1.5-S, ws: non-secure OCPP 1.6-J, wss: secure OCPP 1.6-J"
|
|
|
+ unsigned char OcppServerURL[512]; //ws: non-secure OCPP 1.6-J, wss: secure OCPP 1.6-J"
|
|
|
unsigned char ChargeBoxId[128];
|
|
|
unsigned char chargePointVendor[20]; //the Vendor of the ChargePoint
|
|
|
unsigned char OcppSecurityProfile; //OCPP security profile 0~3
|
|
@@ -364,8 +364,11 @@ struct SysConfigData
|
|
|
/************PowerCabinet************/
|
|
|
WiringInfoData WiringInfo;
|
|
|
|
|
|
- unsigned char OcppReceiptrURL[512]; // Charging receipt display URL
|
|
|
- unsigned char isAuthrizeByEVCCID; // is Authorize by EVCCID (CCS)
|
|
|
+ unsigned char OcppReceiptrURL[512]; // Charging receipt display URL
|
|
|
+ unsigned char isAuthrizeByEVCCID; // is Authorize by EVCCID (CCS)
|
|
|
+ unsigned char MaintainServerURL[512]; // ws: non-secure OCPP 1.6-J, wss: secure OCPP 1.6-J"
|
|
|
+ unsigned char MaintainServerSecurityProfile; // Maintain server security profile 0~3
|
|
|
+ unsigned char MaintainServerSecurityPassword[41]; // Maintain server AuthorizationKey for security profile
|
|
|
};
|
|
|
|
|
|
#define SLAC_EVSE_MAC_LENGTH 6
|