Is there any way i can change gauge range with user input from dashboard?

I tested adding msg.payload values in the gauge ( {{value}} ) this seems to work on the label, units and value format. but not on the range perimeter. is their any way ?

Those parameters can be changed by using msg.ui_control property

See this document https://github.com/node-red/node-red-dashboard/blob/master/config-fields.md

1 Like

thanks ! just what i needed

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.