|  Developer
Updated on November 8, 2021

hub.device.setting.reset

Connection type:
Permissions:
  • Resets the value of settings to the default one.

request:

				
					{
    "method": "hub.device.setting.reset",
    "id": "_ID_",
    "params": {
        "_id": "5ef177ff7f0000258f9f8c33"
    }
}				
			

request with filter by deviceId:

				
					{
   "method":"hub.device.setting.reset",
   "id":"_ID_",
   "params":{
      "deviceId": "5cef9bf17f00007937ab8015"
   }
}				
			
Field Type Required Description
_id string Setting Id
deviceId string Device Id. If specified, all settings of this device will be reset