Hi There,
I noticed the other day that you are now able to change the colour of a led on the dash board with the command.
Blynk.setProperty(V1,“color”,"#D3435c");
Since I’m using Nodered, can anyone point out how i would do this.
Many thanks
Regards
Paul
Hello. Not sure this is supported in js library. However you can always go deeper
. @vshymanskyy is that supported?
It is supported in JS library, but not in NodeRED plugin, i think
Hi vhymanskyy,
Thank for the response, is there a way to do this with a direct ws call.
Or some other work around for node red.
Regards Paul
Just tried this and seems my dash overrides the setting and reverts back to the original color.
(iOS 10, Server 0.18.3)