SlowChargingEvses

data class SlowChargingEvses(val availableEvses: List<Evse> = emptyList(), val blockedEvses: List<Evse> = emptyList(), val chargingEvses: List<Evse> = emptyList(), val inoperativeEvses: List<Evse> = emptyList(), val outOfOrderEvses: List<Evse> = emptyList(), val plannedEvses: List<Evse> = emptyList(), val removedEvses: List<Evse> = emptyList(), val reservedEvses: List<Evse> = emptyList(), val unknownEvses: List<Evse> = emptyList())

Constructors

Link copied to clipboard
constructor(availableEvses: List<Evse> = emptyList(), blockedEvses: List<Evse> = emptyList(), chargingEvses: List<Evse> = emptyList(), inoperativeEvses: List<Evse> = emptyList(), outOfOrderEvses: List<Evse> = emptyList(), plannedEvses: List<Evse> = emptyList(), removedEvses: List<Evse> = emptyList(), reservedEvses: List<Evse> = emptyList(), unknownEvses: List<Evse> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard