Hub reset

Hub supports two levels of reset: Soft reset and Reset to factory defaults

hub.reset

call

{
    "id": "_ID_",
    "method": "hub.reset",
    "params": {
        "softReset": false,
        "resetToFactoryDefaults": true
    }
}
Field Type Description
params.softReset bool Soft reset
params.resetToFactoryDefaults bool Reset to factory defaults

Only one field either softReset or resetToFactoryDefaults must be set to true. Only one field may be specified. If both fields are specified and both are set to true Reset to factory defaults will be executed.

reply

{
    "error": null,
    "id": "_ID_",
    "result": {}
}