Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

occupancy status #1482

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8325,6 +8325,13 @@ ZOC:
implements:
- MONITORING

MS:
guid: "04d281a6-d5cb-4cdc-b229-90fc5e756271"
description: "Motion sensing monitoring. For occupancy status (occupied and unoccupied space and desk/seat)"
is_abstract: true
uses:
- motion_status

SPLM:
guid: "d92998e1-1091-4291-a1f9-b8cc0e3aa334"
description: "Sound pressure level monitoring"
Expand Down
8 changes: 8 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,3 +372,11 @@ SENSOR_SFM:
implements:
- /SENSOR
- SFM

SENSOR_MS:
guid: "51314277-425a-4fd1-baa7-b71bdf8b65c9"
description: "Motion sensor. Space and desk/seat occupancy monitoring (occupied/unoccupied)"
is_canonical: true
implements:
- /SENSOR
- MS