You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that currently you can access the node-red msg object from the python code. I was wonder what it would take to read/write to node-red global variables too.
The text was updated successfully, but these errors were encountered:
Thank you @corndog2000 for your comments on the issue!
For now, only the msg object can be accessed from the node.
Access to msg objects was implemented in #6 .
The following is implemented in node/venv.js as an argument when executing Python.
I know that currently you can access the node-red msg object from the python code. I was wonder what it would take to read/write to node-red global variables too.
The text was updated successfully, but these errors were encountered: