Hi,
I have a basic/generic flow that I load on every new NodeRed install.
I'd like to add functionality that will change the title of the UI from a node.
I have a node that pulls the R-Pi system name, so it would be really convenient to have that also dynamically set the NR UI name.
I know this is set manually in the editor or config file, but if I can set it programmatically, it's one less thing to touch (or forget to touch) when I'm rolling out a new project.
I want to set this from a node:
So that I can have this automatically programming on deployment/reboot:
The flow I'd like to have set it:
Thanks!