Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.09 KB

MonthlyProductionResponse.md

File metadata and controls

14 lines (11 loc) · 1.09 KB

# MonthlyProductionResponse

Properties

Name Type Description Notes
system_id int Enlighten ID for this system.
start_date \DateTime First day included in the reporting period. The format is `YYYY-mm-dd` unless you pass a `datetime_format` parameter as described here.
end_date \DateTime Last day included in the reporting period.
production_wh int Total production for the requested period in Watt-hours.
meter_readings \OpenAPI\Client\Model\MonthlyProductionResponseMeterReadingsInner[] If the system has any revenue-grade meters installed, the meter readings at the beginning and end of the reporting period are included here. Otherwise, the array is empty.
meta \OpenAPI\Client\Model\Meta

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