Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1020 Bytes

EnvoysResponseEnvoysInner.md

File metadata and controls

25 lines (13 loc) · 1020 Bytes

TheEnlightenSystemsApi.EnvoysResponseEnvoysInner

Properties

Name Type Description Notes
envoyId Number The Enlighten ID of the Envoy.
lastReportAt Number The last time this Envoy submitted a report, by default expressed in Unix epoch time. When the `datetime_format` query parameter is `iso8601`, `last_report_at` is in ISO 8601 format. If Enlighten has no record of a report from this Envoy, returns null.
name String The human-friendly name of this Envoy.
partNumber String The Enphase part number of this Envoy.
serialNumber String The serial number of this Envoy.
status String The current status of this Envoy. * `normal` - The Envoy is operating normally. * `comm` - The Envoy is not communicating to Enlighten.

Enum: StatusEnum

  • normal (value: "normal")

  • comm (value: "comm")