Force a refresh of the interface from OSC message?

I have an Open Stage Control client interface that I would like to programmatically, upon receipt of an OSC message, force to refresh the page, possibly invalidating the cache when doing do. The URLs I load in my interface include an ID which tells my custom module which session JSON file to load. They look something like this "http://MYMACHINE:8080?id=bob" Any suggestions?

thanks,
Rob

There's no way to do that currently, but I can add a remote control command to fill the gap.

https://openstagecontrol.ammd.net/docs/remote-control/#reload (added in v1.15.1)

This is working great. Thanks!