Cloud functions
Particle.syncTimePending()
Since 0.6.1:
Returns true
if there a syncTime()
request currently pending. Returns false
when there is no syncTime()
request pending or there is no active connection to Particle Device Cloud.
// PROTOTYPE
bool syncTimePending(void)
See also Particle.timeSyncedLast()
and Time.isValid()
.