Status

object Status

The status of an EVSE

Types

Link copied to clipboard
annotation class Type

Evse Status type.

Properties

Link copied to clipboard
const val AVAILABLE: String

The EVSE/Connector is able to start a new charging session.

Link copied to clipboard
const val BLOCKED: String

The EVSE/Connector is not accessible because of a physical barrier, i.e. a car.

Link copied to clipboard
const val CHARGING: String

The EVSE/Connector is in use.

Link copied to clipboard
const val INOPERATIVE: String

The EVSE/Connector is not yet active, or temporarily not available for use, but not broken or defect.

Link copied to clipboard
const val OUT_OF_ORDER: String

The EVSE/Connector is currently out of order, some part/components may be broken/defect.

Link copied to clipboard
const val PLANNED: String

The EVSE/Connector is planned, will be operating soon.

Link copied to clipboard
const val REMOVED: String

The EVSE/Connector was discontinued/removed.

Link copied to clipboard
const val RESERVED: String

The EVSE/Connector is reserved for a particular EV driver and is unavailable for other drivers.

Link copied to clipboard
const val UNKNOWN: String

No status information available (also used when offline).