Sorry for the stupid question. I am new to node.js and node-red. As I understood: inside a function node you can get the Value of a state with global.get("state").dummy.value Is it also possible to set this value ????
Sorry for the stupid question. I am new to node.js and node-red.
As I understood:
inside a function node you can get the Value of a state with
global.get("state").dummy.value
Is it also possible to set this value ????