You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename INVERTER_TYPE_SOLAR to INVERTER_TYPE_PHOTOVOLTAIC (#373)
This commit renames the enum variant `InverterType.INVERTER_TYPE_SOLAR`
to `InverterType.INVERTER_TYPE_PHOTOVOLTAIC` in the `inverter.proto`
file. This change is made to align with the more colloquial term "PV
inverter", while avoiding the use of an abbreviation.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
34
34
+ `COMPONENT_CATEGORY_GRID` to `ELECTRICAL_COMPONENT_CATEGORY_GRID_CONNECTION_POINT`
35
35
+ `ComponentCategoryMetadataVariant.metadata.grid` to `ElectricalComponentCategorySpecificInfo.kind.grid_connection_point`
36
+
* `InverterType.INVERTER_TYPE_SOLAR` to `InverterType.INVERTER_TYPE_PHOTOVOLTAIC` (to align with the more colloquial term "PV inverter", but without using abbreviations)
0 commit comments