Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.12 KB

MonthlyProductionResponse.md

File metadata and controls

15 lines (11 loc) · 1.12 KB

EnphaseOpenAPI.Enlighten.Model.MonthlyProductionResponse

Properties

Name Type Description Notes
SystemId int Enlighten ID for this system.
StartDate DateTimeOffset First day included in the reporting period. The format is `YYYY-mm-dd` unless you pass a `datetime_format` parameter as described here.
EndDate DateTimeOffset Last day included in the reporting period.
ProductionWh int Total production for the requested period in Watt-hours.
MeterReadings List<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 Meta

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