Uses of Enum Class
dev.digiried.wattpilot.dto.ChargingMode
Packages that use ChargingMode
Package
Description
- 
Uses of ChargingMode in dev.digiried.wattpilot
Methods in dev.digiried.wattpilot that return ChargingModeModifier and TypeMethodDescriptionWattpilotStatus.getChargingMode()Get the configured charging mode. - 
Uses of ChargingMode in dev.digiried.wattpilot.commands
Methods in dev.digiried.wattpilot.commands that return types with arguments of type ChargingModeConstructors in dev.digiried.wattpilot.commands with parameters of type ChargingModeModifierConstructorDescriptionSetChargingModeCommand(ChargingMode chargingMode) Create a new charging mode command. - 
Uses of ChargingMode in dev.digiried.wattpilot.dto
Methods in dev.digiried.wattpilot.dto that return ChargingModeModifier and TypeMethodDescriptionPartialStatus.getChargingMode()Get the configured charging mode.static ChargingModeReturns the enum constant of this class with the specified name.static ChargingMode[]ChargingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.