Class TimeSchedule
Inheritance
object
TimeSchedule
Namespace: Aetheros.Schema.AOS
Assembly: Aetheros.Schema.AOS.dll
Syntax
[Serializable]
[JsonObject("TimeSchedule")]
public class TimeSchedule
Properties
| Edit this page View SourceRecurrencePeriod
Meter read sampling time in seconds
Declaration
[JsonProperty("recper")]
public long RecurrencePeriod { get; set; }
Property Value
Type | Description |
---|---|
long |
ScheduleInterval
Declaration
[JsonProperty("sched")]
public ScheduleInterval ScheduleInterval { get; set; }
Property Value
Type | Description |
---|---|
ScheduleInterval |