Class SetEnforcedChargingStateCommand

java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetEnforcedChargingStateCommand

public class SetEnforcedChargingStateCommand extends Command
Command to set the enforced charging state of the wallbox.
Author:
Florian Hotze - Initial contribution
  • Constructor Details

    • SetEnforcedChargingStateCommand

      public SetEnforcedChargingStateCommand(EnforcedChargingState state)
      Create a new enforced charging state command.
      Parameters:
      state - the enforced charging state
  • Method Details