-
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 #525 from WillowInc/2024-09-17-pumps
Add pump types
- Loading branch information
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Ontology/Willow/Asset/Equipment/HVAC/Pump/Hydronic/Chilled Water/ChilledWaterPump.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,15 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:ChilledWaterPump;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Chilled Water Pump" | ||
}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:HydronicPump;1" | ||
], | ||
"contents": [ | ||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
Ontology/Willow/Asset/Equipment/HVAC/Pump/Hydronic/Condenser Water/CondenserWaterPump.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,15 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:CondenserWaterPump;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Condenser Water Pump" | ||
}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:HydronicPump;1" | ||
], | ||
"contents": [ | ||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...logy/Willow/Asset/Equipment/HVAC/Pump/Hydronic/Heating Hot Water/HeatingHotWaterPump.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,15 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:HeatingHotWaterPump;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Heating Hot Water Pump" | ||
}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:HydronicPump;1" | ||
], | ||
"contents": [ | ||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
Ontology/Willow/Asset/Equipment/Plumbing/Pump/Domestic Water/DomesticWaterBoosterPump.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,15 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:DomesticWaterBoosterPump;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Domestic Water Booster Pump" | ||
}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:DomesticWaterPump;1" | ||
], | ||
"contents": [ | ||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |