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
orresetToFactoryDefaults
must be set totrue
. Only one field may be specified. If both fields are specified and both are set totrue
Reset to factory defaults will be executed.
reply
{
"error": null,
"id": "_ID_",
"result": {}
}