Thanks to visit codestin.com
Credit goes to bacnet-js.github.io

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

    Interface BDDateValueOpts

    interface BDDateValueOpts {
        description?: string;
        name: string;
        presentValue?: Date;
        writable?: boolean;
        writableOutOfService?: boolean;
    }

    Hierarchy

    • BDTemporalValueOpts
      • BDDateValueOpts
    Index

    Properties

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

    Whether the Out_Of_Service property is writable from the BACnet network.

    When true, remote BACnet clients can set the object's Out_Of_Service property to TRUE or FALSE. Changing the property causes the object to emit an outofservice or inservice event accordingly. Default is false.

    false