zigbee-herdsman
    Preparing search index...

    Type Alias UsbAdapterFingerprint

    type UsbAdapterFingerprint = {
        manufacturer?: string;
        options?: Pick<SerialPortOptions, "baudRate" | "rtscts">;
        pathRegex: string;
        productId: string;
        vendorId: string;
    }
    Index

    Properties

    manufacturer?: string
    options?: Pick<SerialPortOptions, "baudRate" | "rtscts">
    pathRegex: string
    productId: string
    vendorId: string