Skip to content

Commit b4d7abc

Browse files
Change PHOTOVOLTAIC to PV (#376)
2 parents f3fcd40 + b4aac5b commit b4d7abc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
+ `COMPONENT_CATEGORY_GRID` to `ELECTRICAL_COMPONENT_CATEGORY_GRID_CONNECTION_POINT`
3535
+ `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)
36+
* `InverterType.INVERTER_TYPE_SOLAR` to `InverterType.INVERTER_TYPE_PV` (to align with the more colloquial term "PV inverter")
3737

3838
+ `microgrid.sensors`:
3939

proto/frequenz/api/common/v1/metrics/metrics.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ enum MetricConnectionCategory {
185185
// A connection to a metric representing a battery.
186186
METRIC_CONNECTION_CATEGORY_BATTERY = 2;
187187

188-
// A connection to a metric representing a photovoltaic (PV) array or string.
189-
METRIC_CONNECTION_CATEGORY_PHOTOVOLTAIC = 3;
188+
// A connection to a metric representing a PV (photovoltaic) array or string.
189+
METRIC_CONNECTION_CATEGORY_PV = 3;
190190

191191
// A connection to a metric representing ambient conditions.
192192
METRIC_CONNECTION_CATEGORY_AMBIENT = 10;

proto/frequenz/api/common/v1/microgrid/electrical_components/inverter.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ enum InverterType {
1818
// Battery inverter.
1919
INVERTER_TYPE_BATTERY = 1;
2020

21-
// Photovoltaic (PV) inverter.
22-
INVERTER_TYPE_PHOTOVOLTAIC = 2;
21+
// PV (photovoltaic) inverter.
22+
INVERTER_TYPE_PV = 2;
2323

2424
// Hybrid inverter.
2525
INVERTER_TYPE_HYBRID = 3;

0 commit comments

Comments
 (0)