BACnet objects provide various properties. Currently, the Present Value property of the object will be selected when reding/writing a remote BACnet object. The BACnetServerConnection class allows access to other properties using a # operator to separate the channel address from the object property that should be accessed. This should also be possible for remote devices.
BACnet objects provide various properties. Currently, the
Present Valueproperty of the object will be selected when reding/writing a remote BACnet object. TheBACnetServerConnectionclass allows access to other properties using a # operator to separate the channel address from the object property that should be accessed. This should also be possible for remote devices.