ixfx
    Preparing search index...

    Type Alias Options

    Options for device

    type Options = {
        debug?: boolean;
        evalTimeoutMs?: number;
        name?: string;
    }
    Index

    Properties

    debug?: boolean

    If true, additional logging information is printed

    evalTimeoutMs?: number

    Default milliseconds to wait before giving up on a well-formed reply. 5 seconds is the default.

    name?: string

    Name of device. Only used for printing log mesages to the console