Package dev.digiried.wattpilot.commands
Class SetBoostCommand
java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetBoostCommand
Command to enable or disable 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
-
SetBoostCommand
public SetBoostCommand(boolean enabled)
-
-
Method Details
-
getValue
Description copied from class:CommandReturns the value of the command wrapped in aCommandValue.
-