-
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 #468 from WillowInc/2024-06-10-adding-line-current…
…-models Add line current sensor models and line n-g voltage sensor model
- Loading branch information
Showing
7 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...uantitySensor/CurrentSensor/Current Magnitude Sensor/Line A/LineACurrentDemandSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineACurrentDemandSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line A Current Demand Sensor" | ||
}, | ||
"description": {"en": "The current demand feedback from a sensor associated with line a"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:LineACurrentMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...titySensor/CurrentSensor/Current Magnitude Sensor/Line A/LineACurrentMagnitudeSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineACurrentMagnitudeSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line A Current Magnitude Sensor" | ||
}, | ||
"description": {"en": "The current magnitude feedback from a sensor associated with line a"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:CurrentMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...uantitySensor/CurrentSensor/Current Magnitude Sensor/Line B/LineBCurrentDemandSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineBCurrentDemandSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line B Current Demand Sensor" | ||
}, | ||
"description": {"en": "The current demand feedback from a sensor associated with line b"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:LineBCurrentMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...titySensor/CurrentSensor/Current Magnitude Sensor/Line B/LineBCurrentMagnitudeSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineBCurrentMagnitudeSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line B Current Magnitude Sensor" | ||
}, | ||
"description": {"en": "The current magnitude feedback from a sensor associated with line b"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:CurrentMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...uantitySensor/CurrentSensor/Current Magnitude Sensor/Line C/LineCCurrentDemandSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineCCurrentDemandSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line C Current Demand Sensor" | ||
}, | ||
"description": {"en": "The current demand feedback from a sensor associated with line c"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:LineCCurrentMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...titySensor/CurrentSensor/Current Magnitude Sensor/Line C/LineCCurrentMagnitudeSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineCCurrentMagnitudeSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line C Current Magnitude Sensor" | ||
}, | ||
"description": {"en": "The current magnitude feedback from a sensor associated with line c"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:CurrentMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...r/QuantitySensor/VoltageSensor/Voltage Magnitude Sensor/LineNGVoltageMagnitudeSensor.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,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LineNGVoltageMagnitudeSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Line N-G Voltage Magnitude Sensor" | ||
}, | ||
"description": {"en": "The voltage magnitude feedback from a sensor associated with line n-g, neutral to ground"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:VoltageMagnitudeSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |