Skip to content

Commit

Permalink
Tablet Added to Equipment
Browse files Browse the repository at this point in the history
Tablet Added to Equipment
  • Loading branch information
anil72007 committed Jun 14, 2022
1 parent 7a2c7b2 commit 2a0c87c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bricksrc/definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1121,3 +1121,4 @@ https://brickschema.org/schema/Brick#measures,The subject measures a quantity or
https://brickschema.org/schema/Brick#regulates,The subject contributes to or performs the regulation of the substance given by the object,
https://brickschema.org/schema/Brick#storedAt,A reference to where the data for this TimeseriesReference is stored,
https://brickschema.org/schema/Brick#timeseries,Relates a Brick point to the TimeseriesReference that indicates where and how the data for this point is stored,
https://brickschema.org/schema/Brick#Tablet, Tablet
1 change: 1 addition & 0 deletions bricksrc/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Set up subclasses of the equipment superclass
"""
equipment_subclasses = {
"Tablet": {"tags": [TAG.Tablet, TAG.Equipment, TAG.Electronics]},
"HVAC_Equipment": {"tags": [TAG.HVAC, TAG.Equipment]},
"Weather_Station": {"tags": [TAG.Weather, TAG.Station, TAG.Equipment]},
"Electrical_Equipment": {
Expand Down
1 change: 1 addition & 0 deletions bricksrc/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
[BRICK.measures, BRICK.Ammonia_Concentration],
],
},

"CO_Sensor": {
"tags": [TAG.Point, TAG.Sensor, TAG.CO],
"substances": [
Expand Down

0 comments on commit 2a0c87c

Please sign in to comment.