Current Time API
note
Minimum version v1.4.0
Local devices attached to the LAN may need to synchronise their time with the RockREMOTE. When the RockREMOTE has synchronised its time with a GNSS fix or NTP Server it can report the Unix time, which is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970.
Devices can make a HTTP GET request on port 8080 to the local IP address of the RockREMOTE
(default 192.168.250.1
), as follows:
http://<rockremote ip>/api/public/current-time
The response to this request will either be an empty string or the Unix Epoch time. An empty string response indicates that the RockREMOTE has not successfully synchronised with a valid time source.