Websocket question

Hi,

I’ve developed a nice little MacOS app that stays in the StatusBar
Schermafbeelding 2020-03-28 om 15.17.48.png

I shows the status of 2 or 4 variables realtime on the Statusbar.
For the realtime updates i use websockets. If i make use of the general websockets i got all the traffic of the changing variables in Symcon which generates a lot of network traffic. I only need the 4 changes of my variables to show.
I now have manual added those 4 variables to a custom webfront to limit the network traffic.

Is there a way to automate this proces? or limit the websocket traffic a other way?

Thanx
Herwin Jan

You could automatically add a WebFront over the JSON-RPC API. Keep in mind that you idea will not work for Basic license users :slight_smile:

pares