|
@@ -4401,7 +4401,7 @@ struct ChargingScheduleType
|
|
|
float minChargingRate; // Optional. Minimum charging rate supported by the EV.
|
|
|
unsigned short int id; // Required. Identifies the ChargingSchedule.
|
|
|
struct ChargingSchedulePeriodType chargingSchedulePeriod[1024]; // Required. List of ChargingSchedulePeriod elements defining maximum power or current usage over time.
|
|
|
- struct SalesTariffType salesTariff; // Optional. Sales tariff associated with this charging schedule.
|
|
|
+ struct SalesTariffTypeOCPP salesTariff; // Optional. Sales tariff associated with this charging schedule.
|
|
|
};
|
|
|
|
|
|
struct ChargingProfileType
|
|
@@ -4969,7 +4969,7 @@ struct NotifyCustomerInformation_20
|
|
|
|
|
|
struct NotifyDisplayMessages_20
|
|
|
{
|
|
|
- unsigned int NotifyDisplayMessages; // Required. The id of the GetDisplayMessagesRequest that requested this message.
|
|
|
+ unsigned int requestId; // Required. The id of the GetDisplayMessagesRequest that requested this message.
|
|
|
unsigned char tbc; // Optional. "to be continued" indicator. Indicates whether another part of the report follows in an upcoming NotifyDisplayMessagesRequest message. Default value when omitted is false.
|
|
|
struct MessageInfoType messageInfo[10]; // Optional. The requested display message as configured in the Charging Station.
|
|
|
};
|
|
@@ -5510,6 +5510,7 @@ struct OCPP20Data
|
|
|
struct UnlockConnector_20 UnlockConnector[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY + AC_QUANTITY];
|
|
|
struct UnpublishFirmware_20 UnpublishFirmware;
|
|
|
struct UpdateFirmware_20 UpdateFirmware;
|
|
|
+ struct ChargingProfileType SmartChargingProfile[CHAdeMO_QUANTITY+ CCS_QUANTITY + GB_QUANTITY + AC_QUANTITY];
|
|
|
};
|
|
|
|
|
|
#endif // DEFINE_H_
|