Hi There,
I am currenlty using node-red to program routers automatically.
Now I want to set the router-identity to an unique ID which I saved as a string in flow.serialnumber.
But since my knowledge isn't that best I am asking you guys.
I am using this code:
{
"command": [
"/system/identity/set",
"=name=XXXXXXXX"
]
}
But on the XXXXXXXX place I need to place my flow.serialnumber string.
How can I do this?
Thanks in advance!