Meter Report Data Object

Contains the reading data from a single meter.

See Meter Report for information on the columns and data returned.

Properties

Name Type Read Only Required Description
meterType String yes no The type of meter the data is for.
columns String yes no The columns provided in the data.
data String[] yes no A list of rows of CSV data matching the columns property.

Back To Top