TobiasKorn
TobiasKorn
Thank you for your answer and clarifying this issue. To get around the problem of sending FUNCTIONS from Node-Red to the front-end I am packing all objects containing FUNCTIONS into...
You understood my post correctly. Maybe it is not clear why I should want to do something like this. So I will describe the reason a little bit. I want...
Yes, I don't have problems writing JS code. The functions **doChartCreate** and **updChartData** are already part of my project, just with a different name. My current approach is to keep...
Sounds like a good idea, even though I lack of experience how to do this. Anyway this would make only sense for me, if I can also pass chart options...
As far as I understood, I should create a public library on Github, which I include in all my NR projects, containing the core features of my UIBuilder application (create/update...
Thanks for your detailed description. I think if I would use method #2 then I would write code like this in my JS library: ``` window.addEventListener('load', () => { let...
Interesting approach to send HTML including scripts, which are executed after receiving them. However, I can't see how this could help me, when I want to send an object, containing...
Thanks for your quick reply. I know it's not possible now. But do you think it could be an option in the future, that one node can handle multiple sessions...