Skip to content

Commit

Permalink
Merge pull request #1361 from pranay2811/pranay2811-patch-2
Browse files Browse the repository at this point in the history
Added subfield "dynamic" and corresponding telemetry-fields
  • Loading branch information
cstirdivant authored Jun 18, 2024
2 parents 8893ae9 + 493e1b5 commit b35f734
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ literals:
- supply_air_static_pressure_setpoint:
flexible_min: -124.540012
flexible_max: 2490.80024
- supply_air_dynamic_pressure_sensor:
flexible_min: -124.540012
flexible_max: 2490.80024
- supply_air_temperature_sensor:
flexible_min: 255.9259259
flexible_max: 338.7037037
Expand Down Expand Up @@ -618,6 +621,9 @@ literals:
- exhaust_air_static_pressure_setpoint:
flexible_min: -996.320096
flexible_max: 996.320096
- exhaust_air_dynamic_pressure_sensor:
flexible_min: -996.320096
flexible_max: 996.320096
- filter_differential_pressure_sensor:
flexible_min: -249.080024
flexible_max: 2490.80024
Expand Down Expand Up @@ -1001,6 +1007,9 @@ literals:
- return_air_static_pressure_setpoint:
flexible_min: -996.320096
flexible_max: 996.320096
- return_air_dynamic_pressure_sensor:
flexible_min: -996.320096
flexible_max: 996.320096
- supply_air_dehumidification_relative_humidity_setpoint:
fixed_min: 0.0
fixed_max: 100.0
Expand Down Expand Up @@ -1371,6 +1380,9 @@ literals:
- discharge_air_static_pressure_sensor:
flexible_min: -124.540012
flexible_max: 996.320096
- discharge_air_dynamic_pressure_sensor:
flexible_min: -124.540012
flexible_max: 996.320096
- heat_exchange_supply_water_isolation_valve_command:
- OPEN
- CLOSED
Expand Down
1 change: 1 addition & 0 deletions ontology/yaml/resources/subfields/subfields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ measurement_descriptor:
dewpoint: "The thermodynamic point at which water condenses from standing air."
differential: "Measured difference between two reference points (e.g. differential_water_pressure)"
down: "The direction of a spatial movement, opposite of up."
dynamic: "Describing a system which is instable or constantly changing (e.g. supply_air_dynamic_pressure_sensor)."
efficiency: "The ratio of required input to actual output. "
end: "Indicates a final part of something, especially a period of time."
extent: "The range over which something has spread."
Expand Down

0 comments on commit b35f734

Please sign in to comment.