Sfoglia il codice sorgente

2020-01-30 / Alston Lin

Actions:
1. Add a variable to confirm the disabled state of the charging gun

Files:
1. As follow commit history
Alston 5 anni fa
parent
commit
54bd749cb5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -254,6 +254,7 @@ struct ChargingInfoData
 	unsigned char		PreviousSystemStatus;		// 0: Booting, 1: idle, 2: authorizing, 3: preparing, 4: charging, 5: terminating, 6: alarm, 7: fault	
 	int 			ReservationId;
 	unsigned char 		CardNumber[32];
+	unsigned char 		IsAvailable;
 	float MaximumChargingVoltage;	//0~6553.5 volt
 	float AvailableChargingCurrent;	//0~6553.5 amp
 	float AvailableChargingPower;	//0~6553.5 kW