Skip to content

Commit

Permalink
fixed fieldname
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniya-engel committed Sep 19, 2024
1 parent 721c0d8 commit ef38edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ontology/yaml/resources/METERS/entity_types/WM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ WM_STORM:
- potable_water_volume_accumulator
- mixing_tank_level_sensor

WM_WASTE:
WM_WASTE_NONCANONICAL_1:
guid: "d7e4e751-bc3c-4fa6-bf6c-7c1a37843204"
description: "Wastewater treatment system meter."
implements:
- WM
is_canonical: false
uses:
- water_volume_accumulator
- mixing_tank_water_volume_accumulator
- mixing_water_tank_volume_accumulator
- waste_water_volume_accumulator
- recirculation_water_volume_accumulator
2 changes: 1 addition & 1 deletion ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ literals:
- potable_water_volume_accumulator:
flexible_min: 0
flexible_max: 100000
- mixing_tank_water_volume_accumulator:
- mixing_water_tank_volume_accumulator:
flexible_min: 0
flexible_max: 100000
- waste_water_volume_accumulator:
Expand Down

0 comments on commit ef38edd

Please sign in to comment.