Nightly 8.1 Changelogs - 2023

Nightly Changelog: 8.1.32-SNAPSHOT-b20230801

Comms

Drivers

IGN-7792: Accept Encodable in system.bacnet.writeRaw
Both the system.bacnet.writeRaw and system.bacnet.writeRawMultiple scripting functions now skips strict checks on the expected write value, determined by the object type and property identifier, if the write value being passed in is an Encodable. This allows writes to vendor-specific object and properties that the driver does not have explicit support for.
IGN-7832: Add "writeRawMultiple" function to system.bacnet
Added the system.bacnet.writeRawMultiple scripting function which allows multiple object/property combinations to be written to at the same time.
IGN-7753: Add "readRawMultiple" function to system.bacnet
Added the system.bacnet.readRawMultiple scripting function which allows multiple object/property combinations to be read at the same time.

4 Likes