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

    Interface BDTimeValueOpts

    interface BDTimeValueOpts {
        description?: string;
        name: string;
        presentValue?: Date;
        writable?: boolean;
    }
    Index

    Properties

    description?: string
    name: string
    presentValue?: Date
    writable?: boolean