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

    Class BDPolledSingletProperty<Tag, Type>

    Type Parameters

    • Tag extends ApplicationTag
    • Type extends ApplicationTagValueTypeMap[Tag] = ApplicationTagValueTypeMap[Tag]

    Hierarchy

    • BDAbstractSingletProperty<Tag, Type>
      • BDPolledSingletProperty
    Index

    Constructors

    Properties

    identifier: PropertyIdentifier

    The BACnet identifier for this property. Must be unique within the properties added to the same object.

    type: SINGLET

    Whether the property representes a single value or an array (or list) of values.

    Methods

    • Consumer-facing method to set property data. Implementations of this method should encapsulate retrieval logic as a task that is executed via this property's task queue.

      Returns Promise<void>

    • Commodity method to set the value of the property rather than the entire data element.

      Returns Promise<void>