Schedule

Represents a schedule for a given area, this includes the stage and the start and end time

Members

Functions

getArea
string getArea()

Get's the name of the area this schedule is for

getFinish
SysTime getFinish()

Returns the ending time

getSource
string getSource()

Returns the source this schedule was gleamed from

getStage
ubyte getStage()

Returns the load shedding stage level

getStart
SysTime getStart()

Returns the starting time

toString
string toString()

Returns a string representation of the schedule

Static functions

fromJSON
Schedule fromJSON(JSONValue json)

Constructs a new Schedule from the provided JSON

Meta