SolarPanelConfig
import type { SolarPanelConfig } from "https://googleapis.deno.dev/v1/solar:v1.ts";SolarPanelConfig describes a particular placement of solar panels on the roof.
interface SolarPanelConfig {
panelsCount?: number;
roofSegmentSummaries?: RoofSegmentSummary[];
yearlyEnergyDcKwh?: number;
}§Properties
§
panelsCount?: number
[src]Total number of panels. Note that this is redundant to (the sum of) the corresponding fields in roof_segment_summaries.
§
roofSegmentSummaries?: RoofSegmentSummary[]
[src]Information about the production of each roof segment that is carrying at
least one panel in this layout. roof_segment_summaries[i] describes the
i-th roof segment, including its size, expected production and orientation.