pfEnergyMeterType
Description
Defines the readings for a period of an energy meter.
Properties
Name | Description | Required | Type |
---|---|---|---|
MeterName | Name or reference of the energy meter | No | string |
StartValue | Meter reading at the start of the period | No | Number |
EndValue | Meter reading at the end of the period | No | Number |
MeterUnits | Units that the meter readings are expressed in | No | uncefactMassOrVolumeOrEnergyUnits |
Examples
Example 1
{
"meterName": "Dairy Shed",
"startValue": 295607.3,
"endValue": 301758.8,
"meterUnits": "KWH"
}
Example 2
{
"meterName": "Diesel Pump",
"startValue": 47317.2,
"endValue": 47971.1,
"meterUnits": "LTR"
}