Skip to content

Commit

Permalink
fix hierarchy (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkoh authored Jan 21, 2024
1 parent 908fa4d commit 6322eb6
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions bricksrc/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,18 @@
],
BRICK.hasQuantity: BRICK.Differential_Temperature,
BRICK.hasSubstance: BRICK.Water,
"subclasses": {
"Hot_Water_Differential_Temperature_Sensor": {
"tags": [
TAG.Point,
TAG.Hot,
TAG.Water,
TAG.Differential,
TAG.Temperature,
TAG.Sensor,
],
},
}
},
"Domestic_Hot_Water_Temperature_Sensor": {
"tags": [
Expand All @@ -1923,19 +1935,6 @@
BRICK.hasQuantity: BRICK.Temperature,
BRICK.hasSubstance: BRICK.Entering_Hot_Water,
"subclasses": {
"Hot_Water_Differential_Temperature_Sensor": {
"tags": [
TAG.Point,
TAG.Hot,
TAG.Water,
TAG.Differential,
TAG.Temperature,
TAG.Sensor,
],
"parents": [
BRICK.Water_Differential_Temperature_Sensor,
],
},
"Entering_Domestic_Hot_Water_Temperature_Sensor": {
"tags": [
TAG.Point,
Expand Down Expand Up @@ -1988,19 +1987,6 @@
BRICK.hasQuantity: BRICK.Temperature,
BRICK.hasSubstance: BRICK.Leaving_Hot_Water,
"subclasses": {
"Hot_Water_Differential_Temperature_Sensor": {
"tags": [
TAG.Point,
TAG.Hot,
TAG.Water,
TAG.Differential,
TAG.Temperature,
TAG.Sensor,
],
"parents": [
BRICK.Water_Differential_Temperature_Sensor,
],
},
"Leaving_Domestic_Hot_Water_Temperature_Sensor": {
"tags": [
TAG.Point,
Expand Down

0 comments on commit 6322eb6

Please sign in to comment.