Markus Mayer
Markus Mayer
currently when debug=1 stuff will be dumped to UBX.log. In any case too much is printed to stdout. Better use a framework such as `logging`.
I'm starting to go round in circles with `ReadPropertyMultipleRequest`... My understanding is that I need to pass in a `BacnetAddress` and a `List`. Each `BacnetReadAccessSpecification` has a `BacnetObjectId` and a...
I'm going round in circles when trying to create a new repo: Suppose I'm given the repo name "test" ```haskell myRepoName :: String myRepoName = "test" ``` Then I'd like...