-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write to msg objects from python code #36
Comments
Thank you @corndog2000 for your comments on the issue! In the node, Python is executed and its output is passed to msg.payload. The following is implemented in node/venv.js.
For more information on sending messages, see the following page. For now, it is possible to output data in JSON format as follows. However, it is passed to msg.payload. Here is the flow.
|
I know that the msg object can be read from the python code. But, I cannot find information whether writing to msg[] objects updates that object in the node-red flow.
The text was updated successfully, but these errors were encountered: