BACnet4J icon indicating copy to clipboard operation
BACnet4J copied to clipboard

ReadPropertyMultiple ALL does not return proprietary properties

Open envas opened this issue 3 years ago • 0 comments
trafficstars

According to BACnet specification 15.7.3.1.2 the service ReadPropertyMultiple with property identifier ALL means all properties including any proprietary properties are to be accessed.

BACnett4J does not return proprietary properties for ReadPropertyMultile requests when ListOfPropertyReferences is ALL (checked with Wireshark and AnalogValue/BinaryValue objects)

envas avatar Nov 30 '21 17:11 envas