• Stop a LIN scheduler

    Parameters

    • Optionaldevice: string

      The optional device name when multiple devices are connected

    Returns Promise<void>

    • Returns a promise that resolves when scheduler is stopped
    // Stop LIN scheduler
    await linStopScheduler();

    // Stop scheduler on specific device
    await linStopScheduler('Device1');