MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

ReadPropertyMultiple ALL does not return proprietary properties #64

Open envas opened 2 years ago

envas commented 2 years ago

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)