v1.6.4 - IRRemoteControlDevice and Read Improvements
What's Changed
- PyPI 1.6.4
- Separates read retries from send retries by @uzlonewolf #158
- IRRemoteControlDevice - New community contributed device module for IR Remote Control devices by @ClusterM in #160 - See example: examples/IRRemoteControlDevice-example.py
# Example usage of community contributed device modules
from tinytuya import Contrib
ir = Contrib.IRRemoteControlDevice( 'abcdefghijklmnop123456', '172.28.321.475', '1234567890123abc' )
New Contributors
Full Changelog: v1.6.2...v1.6.4