Skip to content

Commit

Permalink
Merge pull request #534 from WillowInc/2024-10-11-mapped-alignment
Browse files Browse the repository at this point in the history
2024 10 11 mapped alignment
  • Loading branch information
rszcodronski authored Oct 11, 2024
2 parents ef4f0a7 + 45b910e commit fb66627
Show file tree
Hide file tree
Showing 23 changed files with 80 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@id": "dtmi:com:willowinc:OutsideDamper;1",
"@id": "dtmi:com:willowinc:BypassDamper;1",
"@type": "Interface",
"displayName": {
"en": "Outside Damper"
"en": "Bypass Damper"
},
"extends" : [
"dtmi:com:willowinc:HVACDamper;1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@id": "dtmi:com:willowinc:MinOutsideAirDamper;1",
"@type": "Interface",
"displayName": {
"en": "Min Outside Air Damper"
},
"extends" : [
"dtmi:com:willowinc:HVACDamper;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@id": "dtmi:com:willowinc:MinOutsideDamper;1",
"@id": "dtmi:com:willowinc:OutsideAirDamper;1",
"@type": "Interface",
"displayName": {
"en": "Min Outside Damper"
"en": "Outside Air Damper"
},
"extends" : [
"dtmi:com:willowinc:HVACDamper;1"
Expand Down
15 changes: 15 additions & 0 deletions Ontology/Willow/Asset/Equipment/HVAC/Damper/Zone/ZoneDamper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@id": "dtmi:com:willowinc:ZoneDamper;1",
"@type": "Interface",
"displayName": {
"en": "Zone Damper"
},
"extends" : [
"dtmi:com:willowinc:HVACDamper;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}
15 changes: 15 additions & 0 deletions Ontology/Willow/Asset/Equipment/HVAC/Fan/BoosterFan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@id": "dtmi:com:willowinc:BoosterFan;1",
"@type": "Interface",
"displayName": {
"en": "Booster Fan"
},
"extends" : [
"dtmi:com:willowinc:HVACFan;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@id": "dtmi:com:willowinc:ElevatorPressurizationFan;1",
"@type": "Interface",
"displayName": {
"en": "Elevator Pressurization Fan"
},
"extends" : [
"dtmi:com:willowinc:PressurizationFan;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"@id": "dtmi:com:willowinc:PressurizationFan;1",
"@type": "Interface",
"displayName": {
"en": "Pressurization Fan"
},
"extends" : [
"dtmi:com:willowinc:HVACFan;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"en": "Stair Pressurization Fan"
},
"extends" : [
"dtmi:com:willowinc:HVACFan;1"
"dtmi:com:willowinc:PressurizationFan;1"
],
"contents": [
],
Expand Down

0 comments on commit fb66627

Please sign in to comment.