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

Value dependent Affordances #2061

Open
egekorkan opened this issue Dec 3, 2024 · 0 comments
Open

Value dependent Affordances #2061

egekorkan opened this issue Dec 3, 2024 · 0 comments
Labels
Has Use Case Potential The use case can be extracted and explained

Comments

@egekorkan
Copy link
Contributor

Note: In parentheses, I am providing an alternative user story about the same feature

  • Who (As a...): Device Manufacturer (as a Consumer Application)
  • What (I need...): Indicate in our TDs and TMs that some data ranges are dependent on the values of properties (Avoid displaying wrong value ranges in some states of the Thing I am communicating with)
    • Details: This is very common in devices where an electric motor can be wired in delta or wye formation (https://en.wikipedia.org/wiki/Y-%CE%94_transform). Once the wiring is done, the operator sets a configuration property to a string. If that property returns delta, the voltage minimum-maximum is simply the line voltage. If that property returns wye, the maximum is line voltage divided by sqrt(3).
  • Why (so that I can...): Make sure that Consumer applications read a property value before finding the value ranges of the other properties (Read the relevant property to understand different ranges and display them correctly on a dashboard or do appropriate input checking)

Notes:

@github-actions github-actions bot added the needs-triage Automatically added to new issues. TF should triage them with proper labels label Dec 3, 2024
@egekorkan egekorkan added Has Use Case Potential The use case can be extracted and explained and removed needs-triage Automatically added to new issues. TF should triage them with proper labels labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Has Use Case Potential The use case can be extracted and explained
Projects
None yet
Development

No branches or pull requests

1 participant