Skip to content

Commit

Permalink
Move Freezer to equipment
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjcantrell committed Jun 18, 2024
1 parent 2b59231 commit 1d8e5c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 11 additions & 2 deletions bricksrc/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"Server": {
"tags": [TAG.Equipment, TAG.ICT, TAG.Hardware, TAG.Server]
},
},
},
},
"ICT_Rack": {
Expand All @@ -39,7 +39,13 @@
"tags": [TAG.Occupancy, TAG.Sensor, TAG.Equipment, TAG.ICT],
},
"People_Count_Sensor_Equipment": {
"tags": [TAG.People, TAG.Count, TAG.Sensor, TAG.Equipment, TAG.ICT],
"tags": [
TAG.People,
TAG.Count,
TAG.Sensor,
TAG.Equipment,
TAG.ICT,
],
},
"Thermostat_Equipment": {
"tags": [TAG.Thermostat, TAG.Equipment, TAG.ICT],
Expand Down Expand Up @@ -960,6 +966,9 @@
},
},
},
"Freezer": {
"tags": [TAG.Freezer, TAG.Equipment],
},
"Fume_Hood": {"tags": [TAG.Equipment, TAG.Fume, TAG.Hood]},
"Filter": {
"tags": [TAG.Equipment, TAG.Filter],
Expand Down
8 changes: 0 additions & 8 deletions bricksrc/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,6 @@
"Laboratory": {
"tags": [TAG.Laboratory, TAG.Room, TAG.Location],
"subclasses": {
"Freezer": {
"tags": [
TAG.Freezer,
TAG.Laboratory,
TAG.Room,
TAG.Location,
],
},
"Cold_Box": {
"tags": [
TAG.Cold,
Expand Down

0 comments on commit 1d8e5c6

Please sign in to comment.