Skip to content

v1.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@aholmes aholmes released this 11 Sep 01:55
· 25 commits to main since this release
Add support for Flume devices.

Also:

* Established a pattern to maintain specialized behavior for specific device types (see GenericDevice, FlumeDevice)
* Device attributes can now be accessed and used like a Dictionary by casting to IDictionary
* Refactored to consolidate behavior of single-device and all-device queries
* Other minor refactorings