Skip to content

Commit

Permalink
Add exit sign
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjcantrell committed Dec 18, 2023
1 parent aea1898 commit 02a8848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions bricksrc/definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ https://brickschema.org/schema/Brick#Exhaust_Air_Temperature_Sensor,Measures the
https://brickschema.org/schema/Brick#Exhaust_Air_Velocity_Pressure_Sensor,,
https://brickschema.org/schema/Brick#Exhaust_Damper,A damper that modulates the flow of exhaust air,
https://brickschema.org/schema/Brick#Exhaust_Fan,Fan moving exhaust air -- air that must be removed from a space due to contaminants,
https://brickschema.org/schema/Brick#Exit_Sign,"Exit signs are used to indicate the location of the nearest emergency exit in a building, particularly in situations where quick evacuation is necessary.",
https://brickschema.org/schema/Brick#FCU,See Fan_Coil_Unit,
https://brickschema.org/schema/Brick#Failure_Alarm,"Alarms that indicate the failure of devices, equipment, systems and control loops",
https://brickschema.org/schema/Brick#Fan,"Any device with two or more blades or vanes attached to a rotating shaft used to produce an airflow for the purpose of comfort, ventilation, exhaust, heating, cooling, or any other gaseous transport.",
Expand Down
7 changes: 6 additions & 1 deletion bricksrc/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,12 @@
},
"Elevator": {"tags": [TAG.Elevator, TAG.Equipment]},
"Security_Equipment": {"tags": [TAG.Security, TAG.Equipment]},
"Safety_Equipment": {"tags": [TAG.Safety, TAG.Equipment]},
"Safety_Equipment": {
"tags": [TAG.Safety, TAG.Equipment],
"subclasses": {
"Exit_Sign": {"tags": [TAG.Safety, TAG.Equipment, TAG.Exit, TAG.Sign]}
},
},
"Camera": {"tags": [TAG.Camera, TAG.Equipment]},
"Relay": {"tags": [TAG.Relay, TAG.Equipment]},
"Water_Heater": {
Expand Down

0 comments on commit 02a8848

Please sign in to comment.