Skip to content
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
3 changes: 3 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ literals:
- ac_voltage_sensor:
flexible_min: 0.0
flexible_max: 500.0
- accuracy_percentage_sensor:
fixed_min: 0.0
fixed_max: 100.0
- air_pressure_sensor:
flexible_min: 500.0
flexible_max: 200000.0
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 @@ -349,6 +349,7 @@ measurement:
xvalue: "X-value of a matrix."
yvalue: "Y-value of a matrix."
measurement_descriptor:
accuracy: "The degree of closeness of a measured or calculated value to its actual (true) value."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move below absolute to alphabetize

absolute: "Quality of media with respect to non-relativistic boudaries (e.g., absolute temperature)."
apparent: "The combination of reactive and real components (power)."
brightness: "Giving out or reflecting light; overall level of light in a space."
Expand Down