Hi All,
I am considering creating my first custom node. I have the functionality working in a function node already. I have two question I did not find the answer to in the blog posts I found:
- In my flow, I have an inject node running every second to update calculation in the function node. How that can be done in a custom node?
- The code will keep data in the context storage, but I would like that to be kept even if the flow is re-deployed of Node-Red restarts. How can I use the context storage in a custom node? Can I have a property where the user can enter the filesystem storage how it is defined in settings.js?
Thank you for your help.