MbxExt

@Serializable
data class MbxExt(val chargingGrade: String? = null, val pncCapable: Boolean = false)

This class defines an extension object added to carry data that does not fit into the OCPI spec.

Parameters

chargingGrade

Charging Grade (fast/slow) of Location or Evse

pncCapable

Plug-and-Charge capability of Location or Evse.

Constructors

Link copied to clipboard
constructor(chargingGrade: String? = null, pncCapable: Boolean = false)

Properties

Link copied to clipboard
val chargingGrade: String? = null
Link copied to clipboard
val pncCapable: Boolean = false