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

Trigger Editor: cannot easily input float numbers to specify the known_value for "incoming data" triggers #465

Open
davidebriani opened this issue Sep 10, 2024 · 0 comments · Fixed by #471
Labels
minor This issue causes only minor annoyance to the user user experience This issue is about user experience

Comments

@davidebriani
Copy link
Collaborator

When trying to define a trigger for incoming data events where a comparison on some interface value is desired, the user cannot easily specify the known_value property if it's a float number:

  • If written into the JSON editor, the value is immediately discarded.
  • To specify it with the UI input field, the user must know to write an integer number, e.g. 12, and only then insert a dot in between the digits, i.e. 1.2.

It should be easier to specify and handle floating point values in the Trigger Editor.

@davidebriani davidebriani added minor This issue causes only minor annoyance to the user user experience This issue is about user experience labels Sep 10, 2024
@davidebriani davidebriani moved this to Unscheduled in Astarte Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor This issue causes only minor annoyance to the user user experience This issue is about user experience
Projects
Status: Unscheduled
Development

Successfully merging a pull request may close this issue.

1 participant