v1.4.0: Mutable plugs, Skip Rate
- 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 themodule_usage_example.py
file. - Adds a plug-specific
skip_rate
features, allowing you to specify that a plug should skipX
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