TNEntityFacetChargeStations
@objcMembers
open class TNEntityFacetChargeStations : NSObject, Codable
Provides electric charging stations flow OCPI spec.
-
The Location object describes the location and its properties where a group of EVSEs that belong together are installed.
Declaration
Swift
public var locations: [TNEntityLocation]?
-
A Tariff object consists of a list of one or more Tariff Elements, which can be used to create complex Tariff structures.
Declaration
Swift
public var tariffs: [TNEntityTariff]?
-
Provides connector-related statistical information.
Declaration
Swift
public var summary: TNEntityChargeStationSummary?