-
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 #555 from WillowInc/2024-12-13-lab-equip
Add Face Velocity and Hood parameters
- Loading branch information
Showing
7 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
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
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
.../Capability/Parameter/Setpoint/Quantity/VelocitySetpoint/Linear/FaceVelocitySetpoint.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:FaceVelocitySetpoint;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Face Velocity Setpoint" | ||
}, | ||
"description": {"en": "The desired value associated with the velocity at which air is pulled through the opening (face) of a ventilation or fume hood."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:LinearVelocitySetpoint;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
...ogy/Willow/Capability/Sensor/QuantitySensor/VelocitySensor/Linear/FaceVelocitySensor.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:FaceVelocitySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Face Velocity Sensor" | ||
}, | ||
"description": {"en": "The velocity at which air is pulled through the opening (face) of a ventilation or fume hood."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:LinearVelocitySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
File renamed without changes.