Uses of Enum Class
dev.digiried.wattpilot.dto.EnforcedChargingState
Packages that use EnforcedChargingState
Package
Description
- 
Uses of EnforcedChargingState in dev.digiried.wattpilot
Methods in dev.digiried.wattpilot that return EnforcedChargingStateModifier and TypeMethodDescriptionWattpilotStatus.getEnforcedChargingState()Get the enforced charging state of the wallbox, i.e. whether charging forcefully enabled, disabled, or the nothing is enforced. - 
Uses of EnforcedChargingState in dev.digiried.wattpilot.commands
Methods in dev.digiried.wattpilot.commands that return types with arguments of type EnforcedChargingStateConstructors in dev.digiried.wattpilot.commands with parameters of type EnforcedChargingStateModifierConstructorDescriptionCreate a new enforced charging state command. - 
Uses of EnforcedChargingState in dev.digiried.wattpilot.dto
Methods in dev.digiried.wattpilot.dto that return EnforcedChargingStateModifier and TypeMethodDescriptionstatic EnforcedChargingStateEnforcedChargingState.fromValue(int value) Get the enforced charging state from the API value.PartialStatus.getEnforcedChargingState()Get the enforced charging state of the wallbox, i.e. whether charging is forcefully enabled, disabled, or nothing is enforced.static EnforcedChargingStateReturns the enum constant of this class with the specified name.static EnforcedChargingState[]EnforcedChargingState.values()Returns an array containing the constants of this enum class, in the order they are declared.