Get actions for sysupgrading firmware to latest available version
{
"method": "hub.software.update.plan",
"id": "_ID_",
"params": {
"operation": "sysupgrade",
"type": "firmware",
"snapshot": -1
}
}
{
"error": null,
"id": "_ID_",
"result": {}
}
Get actions for update firmware to latest version on DEV environment
{
"method": "hub.software.update.plan",
"id": "_ID_",
"params": {
"operation": "sysupgrade",
"type": "firmware",
"source": "http://dl.mios.com/linux_firmware/dev",
"snapshot": -1
}
}
{
"error": null,
"id": "_ID_",
"result": {}
}
Get actions for installing current (not latest) version of zigbee addon
{
"method": "hub.software.update.plan",
"id": "_ID_",
"params": {
"operation": "install",
"type": "addon",
"id": "zigbee"
}
}
{
"error": null,
"id": "_ID_",
"result": {}
}
Get actions for uninstalling zwave plugin
{
"method": "hub.software.update.plan",
"id": "_ID_",
"params": {
"operation": "uninstall",
"type": "plugin",
"id": "zwave"
}
}
{
"error": null,
"id": "_ID_",
"result": {}
}