|
@@ -2777,7 +2777,7 @@ struct OCPP16Data
|
|
|
} MsMsg;
|
|
|
struct StructBootNotification BootNotification;
|
|
|
struct StructHeartbeat Heartbeat;
|
|
|
- struct StructAuthorize Authorize[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY];
|
|
|
+ struct StructAuthorize Authorize;
|
|
|
struct StructStartTransaction StartTransaction[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY];
|
|
|
struct StructStopTransaction StopTransaction[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY];
|
|
|
struct StructStatusNotification StatusNotification[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY];
|
|
@@ -2808,6 +2808,7 @@ struct OCPP16Data
|
|
|
struct StructChargingProfile CcsChargingProfile[CCS_QUANTITY];
|
|
|
};
|
|
|
|
|
|
+
|
|
|
|
|
|
#endif // DEFINE_H_
|
|
|
|