Add an option to allow connecting / disconnecting to the sockets through a PUT request.
Something like :
r = requests.put(
f"[http://localhost:37497/api/processors/{EphysSocket_id}/config](http://localhost:37497/api/processors/%7BEphysSocket_id%7D/config)",
json={"text": "ES CONNECT"})