|  Developer
Updated on November 20, 2021

hub.device.status.check

Connection type:
Permissions:

  • Check state of device(reachable or unreachable now)
Edit
Field Description
id
Device id
Edit
Edit
Broadcast Description
informs about device state changed
Edit
Edit
				
					{
  "method": "hub.device.status.check",
  "id": "_AUTO_113852_",
  "params": {
      "_id": "__DEVICE_ID__"
   }
}				
			
Edit
				
					{
    "api": "1.0",
     "error": null,
     "id": "_AUTO_113852",
     "result": {}
}