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] 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