Class SummationData
Inheritance
Namespace: Aetheros.Schema.AOS
Assembly: Aetheros.Schema.AOS.dll
Syntax
[Serializable]
[JsonObject("SummationData")]
public class SummationData
Properties
| Edit this page View SourceActiveEnergyExportedA
Accumulated Wh Exported Phase A
Declaration
[JsonProperty("eWhA")]
public long? ActiveEnergyExportedA { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyExportedB
Accumulated Wh Exported Phase B
Declaration
[JsonProperty("eWhB")]
public long? ActiveEnergyExportedB { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyExportedC
Accumulated Wh Exported Phase C
Declaration
[JsonProperty("eWhC")]
public long? ActiveEnergyExportedC { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyExportedTotal
Accumulated Wh Exported Total
Declaration
[JsonProperty("eWhT")]
public long? ActiveEnergyExportedTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyImportedA
Accumulated Wh Imported Phase A
Declaration
[JsonProperty("iWhA")]
public long? ActiveEnergyImportedA { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyImportedB
Accumulated Wh Imported Phase B
Declaration
[JsonProperty("iWhB")]
public long? ActiveEnergyImportedB { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyImportedC
Accumulated Wh Imported Phase C
Declaration
[JsonProperty("iWhC")]
public long? ActiveEnergyImportedC { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveEnergyImportedTotal
Accumulated Wh Imported Total
Declaration
[JsonProperty("iWhT")]
public long? ActiveEnergyImportedTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyExportedA
Accumulated VAh Exported Phase A
Declaration
[JsonProperty("eVAhA")]
public long? ApparentEnergyExportedA { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyExportedB
Accumulated VAh Exported Phase B
Declaration
[JsonProperty("eVAhB")]
public long? ApparentEnergyExportedB { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyExportedC
Accumulated VAh Exported Phase C
Declaration
[JsonProperty("eVAhC")]
public long? ApparentEnergyExportedC { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyExportedTotal
Accumulated VAh Exported Total
Declaration
[JsonProperty("eVAhT")]
public long? ApparentEnergyExportedTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyImportedA
Accumulated VAh Imported Phase A
Declaration
[JsonProperty("iVAhA")]
public long? ApparentEnergyImportedA { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyImportedB
Accumulated VAh Imported Phase B
Declaration
[JsonProperty("iVAhB")]
public long? ApparentEnergyImportedB { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyImportedC
Accumulated VAh Imported Phase C
Declaration
[JsonProperty("iVAhC")]
public long? ApparentEnergyImportedC { get; set; }
Property Value
Type | Description |
---|---|
long? |
ApparentEnergyImportedTotal
Accumulated VAh Imported Total
Declaration
[JsonProperty("iVAhT")]
public long? ApparentEnergyImportedTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyExportedA
Accumulated VARh Exported Phase A
Declaration
[JsonProperty("eVARhA")]
public long? ReactiveEnergyExportedA { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyExportedB
Accumulated VARh Exported Phase B
Declaration
[JsonProperty("eVARhB")]
public long? ReactiveEnergyExportedB { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyExportedC
Accumulated VARh Exported Phase C
Declaration
[JsonProperty("eVARhC")]
public long? ReactiveEnergyExportedC { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyExportedTotal
Accumulated VARh Exported Total
Declaration
[JsonProperty("eVARhT")]
public long? ReactiveEnergyExportedTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyImportedA
Accumulated VARh Imported Phase A
Declaration
[JsonProperty("iVARhA")]
public long? ReactiveEnergyImportedA { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyImportedB
Accumulated VARh Imported Phase B
Declaration
[JsonProperty("iVARhB")]
public long? ReactiveEnergyImportedB { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyImportedC
Accumulated VARh Imported Phase C
Declaration
[JsonProperty("iVARhC")]
public long? ReactiveEnergyImportedC { get; set; }
Property Value
Type | Description |
---|---|
long? |
ReactiveEnergyImportedTotal
Accumulated VARh Imported Total
Declaration
[JsonProperty("iVARhT")]
public long? ReactiveEnergyImportedTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |