Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v1.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Jan 24, 2024
2 parents b2a75a2 + 6322eb6 commit a95c838
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 a95c838

Please sign in to comment.