Skip to content

Commit

Permalink
Merge pull request #448 from WillowInc/2024-05-15-Hot-and-cold-deck-d…
Browse files Browse the repository at this point in the history
…ischarge-air-temperature-setpoints

Added hot and cold deck discharge air temperature sensors
  • Loading branch information
wroantree-willow authored May 15, 2024
2 parents 7ba4a7e + 9f955f6 commit 77d9ecf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@id": "dtmi:com:willowinc:ColdDeckDischargeAirTemperatureSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Discharge Air Temperature Setpoint"
},
"description": {"en": "The desired value associated with discharge (supply) air temperature from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirTemperatureSetpoint;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@id": "dtmi:com:willowinc:HotDeckDischargeAirTemperatureSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Discharge Air Temperature Setpoint"
},
"description": {"en": "The desired value associated with discharge (supply) air temperature from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirTemperatureSetpoint;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}

0 comments on commit 77d9ecf

Please sign in to comment.