Package dev.digiried.wattpilot.commands
Class SetBoostSoCLimitCommand
java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetBoostSoCLimitCommand
Command to set the battery SoC limit for the charging boost in
ChargingMode.ECO or ChargingMode.NEXT_TRIP.- Author:
- Florian Hotze - Initial contribution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the command wrapped in aCommandValue.
-
Constructor Details
-
SetBoostSoCLimitCommand
public SetBoostSoCLimitCommand(int limit)
-
-
Method Details
-
getValue
Description copied from class:CommandReturns the value of the command wrapped in aCommandValue.
-