zigbee-herdsman
    Preparing search index...

    Type Alias UsbAdapterFingerprint

    type UsbAdapterFingerprint = {
        manufacturer?: string;
        pathRegex: string;
        productId: string;
        vendorId: string;
    }
    Index

    Properties

    manufacturer?: string
    pathRegex: string
    productId: string
    vendorId: string