Frozenlock / bacure

Clojure wrapper for BACnet4J
10 stars 5 forks source link

Formatting + small refactor #20

Closed WhittlesJr closed 6 years ago

WhittlesJr commented 6 years ago

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."

WhittlesJr commented 6 years ago

Thanks again!