Creates a new BACnet object
Readonly
descriptionReadonly
eventReadonly
identifierThe unique identifier for this object (type and instance number)
Readonly
objectReadonly
objectReadonly
objectReadonly
outReadonly
propertyReadonly
reliabilityReadonly
statusReadonly
uidAlias for on
Adds a property to this object
This method registers a new property with the object and sets up event subscriptions for property value changes.
The specific BACnet property type
The property to add
The added property
Adds a new listener for the specified event.
The event name to subscribe to
The callback function to execute when the event is triggered
The callback function for chaining
Base class for all BACnet objects
This class implements the core functionality required by all BACnet objects according to the BACnet specification. It manages object properties and handles property read/write operations and CoV notifications.