Skip to content

Commit

Permalink
Add pump types
Browse files Browse the repository at this point in the history
  • Loading branch information
rszcodronski committed Sep 17, 2024
1 parent 5d49314 commit da3b064
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
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"
]
}
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"
]
}
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"
]
}
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"
]
}

0 comments on commit da3b064

Please sign in to comment.