Interface ChargingService
-
- All Implemented Interfaces:
public interface ChargingServiceService to read and influence the charging behavior of the home power plant
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract ChargingConfigurationreadConfiguration()Reads the current configuration. abstract WriteChargingLimitsResultwriteLimits(ChargingLimits limits)Writes the load limits to the home power plant -
-
Method Detail
-
readConfiguration
abstract ChargingConfiguration readConfiguration()
Reads the current configuration.
The configuration contains both specification values and configured limits
- Returns:
Current configuration
- Since:
2.0
-
writeLimits
abstract WriteChargingLimitsResult writeLimits(ChargingLimits limits)
Writes the load limits to the home power plant
- Parameters:
limits- Limits to be activated- Returns:
ResultCodes from home power plant
- Since:
2.0
-
-
-
-