-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #448 from WillowInc/2024-05-15-Hot-and-cold-deck-d…
…ischarge-air-temperature-setpoints Added hot and cold deck discharge air temperature sensors
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...antity/TemperatureSetpoint/Air/Discharge Air/ColdDeckDischargeAirTemperatureSetpoint.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
...uantity/TemperatureSetpoint/Air/Discharge Air/HotDeckDischargeAirTemperatureSetpoint.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |