Bolt Device Status
Practically, the bolt has never returned the time. Because the device is offline. And the cloud cannot determine the time for the device which day/date/time it is.
I could be in some other country at a different time zone. It cannot respond with the time of the cloud server to me, right?
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":"null"}
Updated 10 months ago