Hi folks,
Based on another discussion, I created the node-red-contrib-ui-multistate-switch UI node:
Thanks to our CSS guru @hotNipi for all styling tips!!
Known issues:
-
Too much space between the widgets. Need to have a look at that... Had expected that
height: {value: 1},
would have solved that automatically ... -
The slider touches the border at the end:
-
The border needs to become adjustable.
If anybody wants to give tips (or pull-requests), that would be very much appreciated because I'm seriously running out of free time...
P.S. It is not published on NPM yet, so you can install it directly from my Github repository by running this command in your .node-red folder:
npm install bartbutenaers/node-red-contrib-ui-multistate-switch
Have fun with it!!
Bart