Gauge in Dashboard 2.0

In Dashboard 1.0 I had a gauge which I changed its maximum value in runtime with a function containing msg.ui_control = {max: global.get(‘Imax’)};
I see that in 2.0 it's different (or can't be done). Can anyone give me some guidance?

ui-gauge

change the value of msg.ui_update.max

2 Likes

That's it. I didn't see "update" instead of "control". Thanks

1 Like