Replies: 1 comment 1 reply
-
|
Ah, the many lurking features of Node-RED. ;) The single |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to modify UI aspect during run time. NR offers this with the
ui_controlproperties: https://github.com/node-red/node-red-dashboard/blob/master/config-fields.mdI tried this for the gauge-node and it seems not implemented so far.
Note:
Should this be implemented the gauge-node would need some modification as well. If just a
msg.ui_controlis generated without anymsg.payloadthen NR setsmsg.payload = undefined. In the gauge-node this leads to:C:\Users\souls\Projects\moddable\modules\commodetto\outline\commodettoOutline.c (157) # Break: arc: invalid endAngle!Beta Was this translation helpful? Give feedback.
All reactions