Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating shade_orientation_specification to shade_orientation_mode #1351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion ontology/yaml/resources/HVAC/entity_types/SDC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SDC_EXTOR:
- SDC
- EXTOR
opt_uses:
- shade_orientation_specification
- shade_orientation_mode
- shade_mode

SDC_UDEC:
Expand Down
4 changes: 2 additions & 2 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3100,7 +3100,7 @@ literals:
- outside_illuminance_sensor:
flexible_min: 0.0
flexible_max: 5000.0
- shade_orientation_specification:
- shade_orientation_mode:
- NORTH
- SOUTH
- EAST
Expand Down Expand Up @@ -3591,4 +3591,4 @@ literals:
flexible_max: 44.704
- south_wind_linearvelocity_sensor:
flexible_min: 0.0
flexible_max: 44.704
flexible_max: 44.704
Loading