Skip to content

Commit

Permalink
Add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjcantrell committed Dec 21, 2023
1 parent cee4c88 commit 82b469f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bricksrc/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1209,13 +1209,20 @@
},
},
"Static_Pressure_Sensor": {
"tags": [
TAG.Point,
TAG.Sensor,
TAG.Pressure,
TAG.Static,
],
"subclasses": {
"Air_Static_Pressure_Sensor": {
"tags": [
TAG.Point,
TAG.Sensor,
TAG.Pressure,
TAG.Static,
TAG.Air,
],
"subclasses": {
"Building_Air_Static_Pressure_Sensor": {
Expand Down Expand Up @@ -1300,7 +1307,7 @@
},
},
}
}
},
},
"Velocity_Pressure_Sensor": {
"subclasses": {
Expand Down

0 comments on commit 82b469f

Please sign in to comment.