Skip to content

Commit

Permalink
Merge pull request #1478 from terryterpt/tpke_v1
Browse files Browse the repository at this point in the history
Move filter and smoke alarm for MAU type and new LS type
  • Loading branch information
shambergoldstein authored Dec 18, 2024
2 parents 7ec6eda + f9542af commit e049778
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/GENERALTYPES.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ MAU:
- failed_communication_alarm
- failed_alarm
- emergency_alarm
- smoke_alarm
- filter_alarm
implements:
- EQUIPMENT

Expand Down
8 changes: 8 additions & 0 deletions ontology/yaml/resources/LIGHTING/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,11 @@ CTC:
- lighting_color_temperature_sensor
uses:
- lighting_color_temperature_setpoint


LPS:
guid: "a6981abe-eb32-4431-88fa-9b2660b84762"
description: "Individual lighting percentage sensor monitoring, not used for control"
is_abstract: true
uses:
- lighting_percentage_sensor
8 changes: 8 additions & 0 deletions ontology/yaml/resources/LIGHTING/entity_types/LS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ LS_OS_IS_MTS:
- zone_air_temperature_sensor
- zone_air_relative_humidity_sensor

LS_LPS_OS:
guid: "502f5b67-1373-47e7-b151-08f185b67ec7"
description: "Lighting percentage sensing and zone occupancy monitoring"
is_canonical: true
implements:
- LS
- LPS
- OS

0 comments on commit e049778

Please sign in to comment.