TNEntityConnector

@objcMembers
open class TNEntityConnector : NSObject, Codable

Undocumented

  • id

    Identifier of the connector.(Optional, depends on data vendor) e.g. For OCPI: It is the identifier of the connector within the EVSE. Two connectors may have the same id as long as they do not belong to the same EVSE objects

    Declaration

    Swift

    public var id: String?
  • The number of available connectors.

    Declaration

    Swift

    public var available: Int?
  • Charge capacity of the connector.

    Declaration

    Swift

    public var chargeCapacity: String?
  • Charging mode of the connector.

    Declaration

    Swift

    public var chargeMode: Int?
  • EV charging network or brand.

    Declaration

    Swift

    public var chargerBrand: TNEntityBrand?
  • EV charging sub network or sub-operator.

    Declaration

    Swift

    public var chargerSubBrand: TNEntityBrand?
  • The charge station manufacturer.

    Declaration

    Swift

    public var chargerManufacturer: String?
  • Number of connectors at the charging station.

    Declaration

    Swift

    public var connectorNumber: Int?
  • Identifies the connector type.

    Declaration

    Swift

    public var connectorType: TNEntityConnectorType?
  • Maximum power level index.

    Declaration

    Swift

    public var customerChargeLevel: Int?
  • Customer specific connector name associated with connect type.

    Declaration

    Swift

    public var customerConnectorName: String?
  • The number of connectors in use.

    Declaration

    Swift

    public var inuse: Int?
  • Time stamp of last update in unix seconds.

    Declaration

    Swift

    public var lastUpdateTimestamp: Int?
  • Max power supported in KW for the connector,

    Declaration

    Swift

    public var maxPower: Double?
  • The power feed details.

    Declaration

    Swift

    public var powerFeedLevel: TNEntityPowerFeedType?
  • EV connector pricing

    Declaration

    Swift

    public var pricing: TNEntityEvPricing?
  • Indicate if it is free. (Optional, depends on data vendor, default is null)

    Declaration

    Swift

    public var isFree: Bool?
  • OCPI attributes. (Optional)

    Declaration

    Swift

    public var ocpiAttributes: TNEntityOcpiAttributes?