thinger-io/Community-Widgets

Misleading "error" message on a user input upon a reversed bargraph.

Opened this issue · 0 comments

Sometimes bargraphs need to be reversed. The highest value being left.
E.g: when the PWM value 1024 is left and the 0 value is right (because in the user process, less PWM increases the output).
That works so far, as display, like it should.
But on a user input (which also works by the way), Thinger issues an inadequate error message:
"Please select a value that is no more than 0."
image

Moreover the impossibility to enter decimal values for steps is a real inconvenient, you need intermediary variables and multiplying in the device.
It is also inconsistent with the values display on the bar-graph that is shown with 2 decimals.