Class MeterSvcData
Inheritance
object
MeterSvcData
Assembly: Aetheros.Schema.AOS.dll
Syntax
[Serializable]
[JsonObject("MeterSvcData")]
public class MeterSvcData
Properties
|
Edit this page
View Source
PowerQuality
Declaration
[JsonProperty("pq")]
public PowerQualityData PowerQuality { get; set; }
Property Value
|
Edit this page
View Source
ReadTimeLocal
Declaration
[JsonProperty("rtl")]
public DateTimeOffset ReadTimeLocal { get; set; }
Property Value
|
Edit this page
View Source
Summations
Declaration
[JsonProperty("summ")]
public SummationData Summations { get; set; }
Property Value