Class SetChargingModeCommand

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

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

    • SetChargingModeCommand

      public SetChargingModeCommand(ChargingMode chargingMode)
      Create a new charging mode command.
      Parameters:
      chargingMode - the charging mode
  • Method Details