Bolt Device Status
Command : isOnline
Parameters
- deviceName: The name of the Bolt device you want to get status.
Example: - https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/isOnline?&deviceName=BOLT8795377
- Will return the device status along with the time when the device was online/offline respectively. It returns time in UTC standard.
- Browser output:
{"success": "1", "value": "online", "time":"Sun 2018-05-06 08:14:43 UTC"} or
{"success": "1", "value": "offline", "time":"Sun 2018-05-06 10:14:43 UTC"}
Updated over 5 years ago