Package dev.digiried.wattpilot.commands
Class SetEnforcedChargingStateCommand
java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetEnforcedChargingStateCommand
Command to set the enforced charging state of the wallbox.
- Author:
- Florian Hotze - Initial contribution
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new enforced charging state command. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the command wrapped in aCommandValue.
-
Constructor Details
-
SetEnforcedChargingStateCommand
Create a new enforced charging state command.- Parameters:
state- the enforced charging state
-
-
Method Details
-
getValue
Description copied from class:CommandReturns the value of the command wrapped in aCommandValue.
-