buildingmotif.ingresses.bacnet#
Classes
|
- class BACnetNetwork(ip: Optional[str] = None)[source]#
- property records: List[Record]#
Returns a list of the BACnet devices and objects discovered in the BACnet network. The ‘rtype’ field of each Record is either “Device” for a BACnet Device or “Object” for a BACnet Object. The ‘fields’ field contains the key-value BACnet properties associated with that device or object.
- Returns:
list of BACnet devices and objects, each expressed as a Record
- Return type:
List[Record]