JMP Protocol
REALTIME CLOCK
Access to the JNIOR's realtime clock is provided. This can be used to obtain
and display the clock as it is maintained by the JNIOR. This exchange can be
useful as a tick allowing you to detect the loss of connection.
TRANSMITTED RECEIVED
{
"Message":"Clock Read"
}
{
"Message":"Clock Response",
"Time":1452012668787,
"Date":"Tue, 05 Jan 2016 16:51:08 GMT"
}
An Administrator may adjust the JNIOR's realtime clock. There is no response.
{
"Message":"Clock Set"
"Time":1452012668787
}
[/flash/manpages/protocol.hlp:1687]