From b31724dc367b5bae7d0a4d174a03acf4a6db9d5a Mon Sep 17 00:00:00 2001 From: kellyhw Date: Tue, 17 Dec 2024 14:00:42 +0000 Subject: [PATCH 1/3] motion_status - occupancy space/seat --- ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml index 2fb7dbd7c..87876663c 100644 --- a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml @@ -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/seat)" + is_abstract: true + uses: + - motion_status + SPLM: guid: "d92998e1-1091-4291-a1f9-b8cc0e3aa334" description: "Sound pressure level monitoring" From edc43a7bea79968f5b678cadc58fe9c80fd38de7 Mon Sep 17 00:00:00 2001 From: kellyhw Date: Tue, 17 Dec 2024 14:05:51 +0000 Subject: [PATCH 2/3] motion_status - occupancy space/desk --- ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml index 87876663c..e119c61e9 100644 --- a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml @@ -8327,7 +8327,7 @@ ZOC: MS: guid: "04d281a6-d5cb-4cdc-b229-90fc5e756271" - description: "Motion sensing monitoring. For occupancy status (occupied and unoccupied space/seat)" + description: "Motion sensing monitoring. For occupancy status (occupied and unoccupied space and desk/seat)" is_abstract: true uses: - motion_status From 15a6f97ab78c49c185ff339a8fa433a236366dc9 Mon Sep 17 00:00:00 2001 From: kellyhw Date: Tue, 17 Dec 2024 15:27:26 +0000 Subject: [PATCH 3/3] motion sensor asset --- ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml b/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml index 0f16d895e..2abd66c7c 100644 --- a/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml @@ -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 \ No newline at end of file