Skip to content

Commit

Permalink
Merge pull request #979 from ghairapetian/50RDA-VAV-Discharge-New
Browse files Browse the repository at this point in the history
Addition of a discharge side VAV.
  • Loading branch information
cstirdivant authored Oct 2, 2023
2 parents 9de4c95 + 5911720 commit c033907
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6776,6 +6776,16 @@ VMADC:
implements:
- CONTROL

MDSDC:
description: "Motion-dependent supply damper control."
is_abstract: true
uses:
- motion_status
- supply_air_damper_percentage_command
- supply_air_damper_percentage_sensor
implements:
- CONTROL

OAQM:
guid: "99e4f482-278e-40ee-9524-9f687c41ba22"
description: "Outside air quality monitoring (particulates and gases)"
Expand Down
7 changes: 7 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/VAV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,13 @@ VAV_HWZTC_CHWZTC_DTM:
- CHWZTC
- DTM

VAV_MDSDC:
description: "A zone VAV with ventilation control based on a motion sensor."
is_canonical: true
implements:
- VAV
- MDSDC

###################################
### Existing Non-standard Types ###
###################################
Expand Down

0 comments on commit c033907

Please sign in to comment.