ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Attributes | List of all members
ocpp::v16::EnhancedChargingSchedule Struct Reference

Enhances ChargingSchedule by containing std::vector<EnhancedChargingSchedulePeriods> instead of std::vector<ChargingSchedulePeriod> More...

#include <types.hpp>

Public Attributes

ChargingRateUnit chargingRateUnit
 
std::vector< EnhancedChargingSchedulePeriodchargingSchedulePeriod
 
std::optional< int32_t > duration
 
std::optional< ocpp::DateTimestartSchedule
 
std::optional< float > minChargingRate
 

Detailed Description

Enhances ChargingSchedule by containing std::vector<EnhancedChargingSchedulePeriods> instead of std::vector<ChargingSchedulePeriod>


The documentation for this struct was generated from the following file: