call by id:
				
					{
    "method": "hub.modes.switch",
    "id": "_ID_",
    "params": {
        "modeId": "<modeId>"
    }
}				
			
call by name:
				
					{
    "method": "hub.modes.switch",
    "id": "_ID_",
    "params": {
        "name": "<existingModeName>"
    }
}