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/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8709,6 +8709,9 @@ LHLM:
guid: "647a4576-b503-43cd-b3b7-e1a9c6856695"
description: "High and Low Level Monitoring for tanks."
is_abstract: true
opt_uses:
- water_high_level_alarm
- water_low_level_alarm
uses:
- water_high_level_status
- water_low_level_status
Expand Down
6 changes: 6 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
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 these above the statuses to alphabetize

Original file line number Diff line number Diff line change
Expand Up @@ -4028,6 +4028,9 @@ literals:
- water_high_level_status:
- ACTIVE
- INACTIVE
- water_high_level_alarm:
- ACTIVE
- INACTIVE
- water_leak_alarm:
- ACTIVE
- INACTIVE
Expand All @@ -4050,6 +4053,9 @@ literals:
- water_low_level_status:
- ACTIVE
- INACTIVE
- water_low_level_alarm:
- ACTIVE
- INACTIVE
- water_riser_mode:
- OFF
- HEATING
Expand Down