Package dev.digiried.wattpilot.commands
Class SetSurplusSoCThresholdCommand
java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetSurplusSoCThresholdCommand
Command to set the PV surplus battery SoC threshold of the wallbox for
ChargingMode.ECO
and 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
-
SetSurplusSoCThresholdCommand
public SetSurplusSoCThresholdCommand(int threshold)
-
-
Method Details
-
getValue
Description copied from class:CommandReturns the value of the command wrapped in aCommandValue.
-