pfEnergyMeasureType
Description
The value and the units of an energy measure. The units may be a volume (liquid and gas), energy (kilowatt hours, megawatt hours, etc), or mass (kilograms, for coal/biomass)
Properties
Name | Description | Required | Type |
---|---|---|---|
Value | The value of the measure. | No | Number |
Units | The volume, energy or mass units in which the energy is measured. Uses UNCEFACT units. | No | uncefactMassOrVolumeOrEnergyUnits |
Examples
Example 1
{
"value": 81.3,
"units": "KWH"
}
Example 2
{
"value": 65.7,
"units": "LTR"
}