Skip to content

Commit

Permalink
Merge pull request #324 from WillowInc/2024-02-02-hot-cold-deck
Browse files Browse the repository at this point in the history
Hot and cold deck
  • Loading branch information
wroantree-willow authored Mar 28, 2024
2 parents 9354e6c + ddcf313 commit b4abf8c
Show file tree
Hide file tree
Showing 24 changed files with 256 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@id": "dtmi:com:willowinc:ColdDeckInletAirDamperPositionActuator;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Inlet Air Temperature Sensor"
},
"description": {"en": "The percent command which sets the position of the inlet air damper to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirDamperPositionActuator;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:HotDeckInletAirDamperPositionActuator;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Inlet Air Temperature Sensor"
},
"description": {"en": "The percent command which sets the position of the inlet air damper to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirDamperPositionActuator;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:ColdDeckDischargeAirFlowSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Discharge Air Flow Setpoint"
},
"description": {"en": "The desired value associated with discharge (supply) air flow to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirFlowSetpoint;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:HotDeckDischargeAirFlowSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Discharge Air Flow Setpoint"
},
"description": {"en": "The desired value associated with discharge (supply) air flow to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirFlowSetpoint;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:ColdDeckInletAirFlowSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Inlet Air Flow Setpoint"
},
"description": {"en": "The desired value associated with inlet (supply) air flow to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirFlowSetpoint;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:HotDeckInletAirFlowSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Inlet Air Flow Setpoint"
},
"description": {"en": "The desired value associated with inlet (supply) air flow to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirFlowSetpoint;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:ColdDeckDischargeAirFlowSensor;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Discharge Air Flow Sensor"
},
"description": {"en": "The flow feedback from a sensor associated with discharge air to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirFlowSensor;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:HotDeckDischargeAirFlowSensor;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Discharge Air Flow Sensor"
},
"description": {"en": "The flow feedback from a sensor associated with discharge air to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirFlowSensor;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:ColdDeckInletAirFlowSensor;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Inlet Air Flow Sensor"
},
"description": {"en": "The flow feedback from a sensor associated with inlet air to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirFlowSensor;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:HotDeckInletAirFlowSensor;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Inlet Air Flow Sensor"
},
"description": {"en": "The flow feedback from a sensor associated with inlet air to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirFlowSensor;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:ColdDeckDischargeAirTemperatureSensor;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Discharge Air Temperature Sensor"
},
"description": {"en": "The temperature feedback from a sensor associated with discharge air to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirTemperatureSensor;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:HotDeckDischargeAirTemperatureSensor;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Discharge Air Temperature Sensor"
},
"description": {"en": "The temperature feedback from a sensor associated with discharge air to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:DischargeAirTemperatureSensor;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:ColdDeckInletAirTemperatureSensor;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Inlet Air Temperature Sensor"
},
"description": {"en": "The temperature feedback from a sensor associated with inlet air to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirTemperatureSensor;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:HotDeckInletAirTemperatureSensor;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Inlet Air Temperature Sensor"
},
"description": {"en": "The temperature feedback from a sensor associated with inlet air to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirTemperatureSensor;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:ColdDeckInletAirDamperPositionState;1",
"@type": "Interface",
"displayName": {
"en": "Cold Deck Inlet Air Temperature Sensor"
},
"description": {"en": "The percent position state of the inlet air damper to a terminal unit from the cold deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirDamperPositionState;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:HotDeckInletAirDamperPositionState;1",
"@type": "Interface",
"displayName": {
"en": "Hot Deck Inlet Air Temperature Sensor"
},
"description": {"en": "The percent position state of the inlet air damper to a terminal unit from the hot deck of an air handling unit"},
"extends" : [
"dtmi:com:willowinc:InletAirDamperPositionState;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}

0 comments on commit b4abf8c

Please sign in to comment.