Class SetChargingCurrentCommand

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

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

    • SetChargingCurrentCommand

      public SetChargingCurrentCommand(int current) throws IllegalArgumentException
      Create a new charging current command.
      Parameters:
      current - the charging current in A between 6 and 32
      Throws:
      IllegalArgumentException - if the current is not in the valid range
  • Method Details