I get a simple project with Node-Red + UI Builder 7.1.0.
Question: could it be possible to get directly out the main uibuilder node the counter value from
connected client ?
I know that part of this information is already given in the uib controls msg. but...
Is there a direct way to get this value ?
Thanks for your suggestion, but with Steve Idea. This is good enough for my side.
I use this information to limit API request when no client connected to server. As soon as new client connected, I create a new API request. And it works.