EVSEConnector

interface EVSEConnector

Functions

Link copied to clipboard
abstract fun getFormat(): String
Link copied to clipboard
abstract fun getId(): String
Link copied to clipboard
abstract fun getKilowatts(): Int
Link copied to clipboard
abstract fun getLastUpdated(): String
Link copied to clipboard
abstract fun getMaxAmperage(): Float
Link copied to clipboard
abstract fun getMaxElectricPower(): Double
Link copied to clipboard
abstract fun getMaxVoltage(): Int
Link copied to clipboard
abstract fun getPowerType(): String
Link copied to clipboard
abstract fun getStandard(): String
Link copied to clipboard
abstract fun getTariffIds(): List<String>
Link copied to clipboard
Link copied to clipboard
abstract fun isFastConnector(): Boolean