Type alias Config

Config: {
    deviceTimeout?: number;
}

Type declaration

  • Optional deviceTimeout?: number

    Time in milliseconds after which a device is considered to have disconnected if it has not broadcast an announcment.

    Default

    10000 ms

Generated using TypeDoc