Skip to content

Commit

Permalink
Merge pull request #456 from WillowInc/2024-05-24-Adding-target-zone-…
Browse files Browse the repository at this point in the history
…air-temperature-setpoint

Added target zone air temperature setpoint
  • Loading branch information
rszcodronski authored Jun 6, 2024
2 parents 24f6a36 + 413fd3f commit a31c151
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@id": "dtmi:com:willowinc:TargetZoneAirTemperatureSetpoint;1",
"@type": "Interface",
"displayName": {
"en": "Target Zone Air Temperature Setpoint"
},
"description": {"en": "The central setpoint from which the other mode-specific setpoints, thresholds, and boundaries are derived."},
"extends" : [
"dtmi:com:willowinc:ZoneAirTemperatureSetpoint;1"
],
"contents": [
],
"@context": [
"dtmi:dtdl:context;3"
]
}

0 comments on commit a31c151

Please sign in to comment.