Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.38 KB

EnergyLifetimeResponse.md

File metadata and controls

18 lines (13 loc) · 1.38 KB

EnergyLifetimeResponse

Properties

Name Type Description Notes
start_date date When no `start_date` parameter is specified on the request, this is the `operational_date` of the system. May be null if system has never produced. When a `start_date` parameter is included in the request, it is included here in the response.
system_id int The identifier of the system.
production [int] An array of production measurements, one for each day since the system started producing, or one for each day of the requested period. If the system has never produced energy, the array may be empty.
meta Meta
micro_production [int] [optional]
meter_production [int] [optional]
meter_start_date date The first day in the time series when measurements are taken from a meter instead of from microinverters. This field is not present unless the system has a meter. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]