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

    Interface BDObjectEvents

    Events that can be emitted by a BACnet object

    interface BDObjectEvents {
        aftercov: [
            object: BDObject,
            property: BDAbstractProperty<any, any, any>,
            newValue:
                | BACNetAppData<ApplicationTag, any>
                | BACNetAppData<ApplicationTag, any>[],
        ];
        [key: string]: any[];
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    aftercov: [
        object: BDObject,
        property: BDAbstractProperty<any, any, any>,
        newValue:
            | BACNetAppData<ApplicationTag, any>
            | BACNetAppData<ApplicationTag, any>[],
    ]

    Emitted after a property value has changed