Skip to content

v1.4.0: Mutable plugs, Skip Rate

Compare
Choose a tag to compare
@cbpowell cbpowell released this 12 Mar 19:24
· 33 commits to master since this release
  • Adds a Mutable plug type, designed to be used when using SenseLink in conjunction with other Python code. Example usage in this manner can be found in the module_usage_example.py file.
  • Adds a plug-specific skip_rate features, allowing you to specify that a plug should skip X number of requests from Sense. Further documentation.
  • Eliminates dependency on the aioudp.py file, and uses Python Asyncio Transport/Protocol features instead.

Full Changelog: 1.3.0...1.4.0