Everything except the stuff around set-remote-properties! is just formatting.
set-remote-properties! is just a simple refactor. No real code or logic change. I just pulled some things out into named functions. (More composable + testable + readable)
I was originally trying to figure out how to send a more customized write-property-multiple request that would intentionally be malformed (in order to reproduce some BTL tests), but so far I've struck out. BACnet4J seems to want to only "play nice."
Everything except the stuff around
set-remote-properties!
is just formatting.set-remote-properties!
is just a simple refactor. No real code or logic change. I just pulled some things out into named functions. (More composable + testable + readable)I was originally trying to figure out how to send a more customized write-property-multiple request that would intentionally be malformed (in order to reproduce some BTL tests), but so far I've struck out. BACnet4J seems to want to only "play nice."