Uses of Enum Class
dev.digiried.wattpilot.dto.ChargingState
Packages that use ChargingState
- 
Uses of ChargingState in dev.digiried.wattpilot
Methods in dev.digiried.wattpilot that return ChargingStateModifier and TypeMethodDescriptionWattpilotStatus.getChargingState()Get the current charging state. - 
Uses of ChargingState in dev.digiried.wattpilot.dto
Methods in dev.digiried.wattpilot.dto that return ChargingStateModifier and TypeMethodDescriptionPartialStatus.getChargingState()Get the charging state.static ChargingStateReturns the enum constant of this class with the specified name.static ChargingState[]ChargingState.values()Returns an array containing the constants of this enum class, in the order they are declared.