Skip to content

Commit

Permalink
Replace Solar with Photovoltaic
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjcantrell committed Sep 22, 2023
1 parent a95bdc0 commit d5a3ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bricksrc/definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ https://brickschema.org/schema/Brick#Site,A geographic region containing 0 or mo
https://brickschema.org/schema/Brick#Smoke_Alarm,An alarm that indicates the off-normal conditions associated with smoke.,
https://brickschema.org/schema/Brick#Soil_Temperature_Sensor,Measures the temperature of soil,
https://brickschema.org/schema/Brick#Solar_Azimuth_Angle_Sensor,Measures the azimuth angle of the sun,
https://brickschema.org/schema/Brick#Solar_Inverter," Converts direct current electricity generated by solar panels into alternating current",
https://brickschema.org/schema/Brick#Photovoltaic_Inverter," Converts direct current electricity generated by solar panels into alternating current",
https://brickschema.org/schema/Brick#Solar_Irradiance,The power per unit area of solar electromagnetic radiation incident on a surface,
https://brickschema.org/schema/Brick#Solar_Irradiance_Sensor,Measures solar irradiance levels for photovoltaic systems,
https://brickschema.org/schema/Brick#Solar_Radiance,The amount of light that passes through or is emitted from the sun and falls within a given solid angle in a specified direction,
Expand Down
4 changes: 2 additions & 2 deletions bricksrc/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"Inverter": {
"tags": [TAG.Inverter, TAG.Equipment],
"subclasses": {
"Solar_Inverter": {
"tags": [TAG.Solar, TAG.Inverter, TAG.Equipment]
"Photovoltaic_Inverter": {
"tags": [TAG.Photovoltaic, TAG.Inverter, TAG.Equipment]
}
}
},
Expand Down

0 comments on commit d5a3ad1

Please sign in to comment.