@bacnet-js/client
    Preparing search index...

    Interface WhoIsOptions

    interface WhoIsOptions {
        address?: string;
        highLimit?: number;
        lowLimit?: number;
    }
    Index

    Properties

    address?: string
    highLimit?: number
    lowLimit?: number