Hi, I'm currently writing a web interface that uses JSON-RPC to allow the user to change some settings in the router. It's going well for the most part, but I'm stuck on how to change the network operator. By logging into the router via a browser I can click a button to do a scan for network operators (under "Network > Mobile > Network Operators"). My question is if and how I can do this scan using JSON-RPC. If it isn't possible, what alternative should I use?