TNEntityStatusSchedule
@objcMembers
open class TNEntityStatusSchedule : NSObject, Codable
This type is used to schedule status periods in the future.
The eMSP can provide this information to the EV user for trip planning purposes. A period MAY have no end. Example: “This station will be running as of tomorrow. Today it is still planned and under construction.
-
Begin of the scheduled period.
Declaration
Swift
public var periodBegin: String?
-
End of the scheduled period, if known.
Declaration
Swift
public var periodEnd: String?
-
Status value during the scheduled period.
Declaration
Swift
public var status: TNEntityEvseStatus?