Get actions for update firmware to latest version on DEV environment

Edit
				
					{
    "method": "hub.software.update.plan",
    "id": "_ID_",
    "params": {
        "operation": "sysupgrade",
        "type": "firmware",
        "source": "http://dl.mios.com/linux_firmware/dev",
        "snapshot": -1
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}