From de9f8df7f04059e1668ab8d93e8a6110fafb931a Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:34:07 -0400 Subject: [PATCH 1/2] Update subfields.yaml Added subfield "expansion" --- ontology/yaml/resources/subfields/subfields.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/yaml/resources/subfields/subfields.yaml b/ontology/yaml/resources/subfields/subfields.yaml index 03981b1e1..384c5cf4d 100644 --- a/ontology/yaml/resources/subfields/subfields.yaml +++ b/ontology/yaml/resources/subfields/subfields.yaml @@ -117,6 +117,7 @@ descriptor: exchange: "The act of giving somethng and receiving something else; for example, the transfer of heat from one fluid stream to another." exercise: "Mode of running equipment to maintain functionality ('exercise mode')." exhaust: "Process or component used in the removal of air from a conditioned system to the outside atmosphere." + expansion: "Process of increasing the volume of a liquid." fabric: "Textile material." failed: "Indicates that a point is not operating as intended or is incapable of operating." filtration: "Process of filtering contaminating elements from equipment or a system." From 54e1e27397da5a186c0b114ceda8d4727a8fb198 Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:40:11 -0400 Subject: [PATCH 2/2] Update telemetry_fields.yaml Added "expansion_valve_percentage_command" --- ontology/yaml/resources/fields/telemetry_fields.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ontology/yaml/resources/fields/telemetry_fields.yaml b/ontology/yaml/resources/fields/telemetry_fields.yaml index f9fa1c52e..fe6824b9a 100644 --- a/ontology/yaml/resources/fields/telemetry_fields.yaml +++ b/ontology/yaml/resources/fields/telemetry_fields.yaml @@ -3601,3 +3601,6 @@ literals: - emergency_power_status: - PRESENT - ABSENT +- expansion_valve_percentage_command: + fixed_min: 0.0 + fixed_max: 100.0