setTimeOnly

abstract suspend fun setTimeOnly(unixTime: Int): AdminResult<Unit>(source)

Set the device's wall clock from raw Unix time seconds without sending position data.

This uses AdminMessage.set_time_only directly and is fire-and-forget; AdminResult.Success means the packet was queued locally.