Uses of Class
dev.digiried.wattpilot.commands.Command
Packages that use Command
Package
Description
- 
Uses of Command in dev.digiried.wattpilot
Methods in dev.digiried.wattpilot with parameters of type CommandModifier and TypeMethodDescriptionWattpilotClient.sendCommand(Command command) Send aCommandto the wallbox and return aCompletableFuturethat will be completed when the response is received. - 
Uses of Command in dev.digiried.wattpilot.commands
Subclasses of Command in dev.digiried.wattpilot.commandsModifier and TypeClassDescriptionclassCommand to enable or disable the charging boost inChargingMode.ECOorChargingMode.NEXT_TRIP.classCommand to set the battery SoC limit for the charging boost inChargingMode.ECOorChargingMode.NEXT_TRIP.classCommand to set the charging current of the wallbox.classCommand to set the charging mode of the wallbox.classCommand to set the enforced charging state of the wallbox.classCommand to set the PV surplus power threshold of the wallbox forChargingMode.ECOandChargingMode.NEXT_TRIP.classCommand to set the PV surplus battery SoC threshold of the wallbox forChargingMode.ECOandChargingMode.NEXT_TRIP. - 
Uses of Command in dev.digiried.wattpilot.messages
Methods in dev.digiried.wattpilot.messages with parameters of type CommandModifier and TypeMethodDescriptionstatic SetValueMessageSetValueMessage.fromCommand(int requestId, Command command) Creates a new SetValueMessage from a command.