hotNipi / node-red-contrib-ui-level

A linear level type widget to the Node-RED dashboard
MIT License
27 stars 6 forks source link

Bug with msg.control.seg #33

Closed lucasth24 closed 3 years ago

lucasth24 commented 3 years ago

Describe the bug When trying to set the Min and Max values using the msg.control.seg1/2, it doesn't really change the value, only the label of it. I need to input a variable value inside that min/max. Im trying to do it thru msg.control but here what happens:

To Reproduce With the inside-node configuration all goes well: image this is what happens (and how i need it to be): image

With msg.control.seg1 and msg.control.seg2: image here is the bug: image

Great work by the way!!

Environment and versions

hotNipi commented 3 years ago

You were correct. Happens with "single color bar" option selected. Fixed in v0.1.39 Thank you for reporting the issue.