public interface OcppStandardRequests
Modifier and Type | Method and Description |
---|---|
eu.chargetime.ocpp.model.Request |
setChargePowerLimit(int chargePower)
Should return an OCPP request that would set the charge power to the defined
value.
|
eu.chargetime.ocpp.model.Request setChargePowerLimit(int chargePower)
Attention: The given power is given in watt. EVCS with the charging type AC mostly send their limit values as amps.
chargePower
- power that should be charged in watt.