Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IRRemoteControlDevice #160

Merged
merged 4 commits into from
Jul 14, 2022
Merged

IRRemoteControlDevice #160

merged 4 commits into from
Jul 14, 2022

Conversation

ClusterM
Copy link
Contributor

I finally created IRRemoteControlDevice - a community-contributed Python module to add support for Tuya WiFi smart universal remote control simulators.

    # Example usage of community contributed device modules
    from tinytuya import Contrib

    ir = Contrib.IRRemoteControlDevice( 'abcdefghijklmnop123456', '172.28.321.475', '1234567890123abc' )
    button = ir.receive_button(timeout=15)
    ir.send_button(button)

@jasonacox jasonacox merged commit 5453be7 into jasonacox:master Jul 14, 2022
@jasonacox
Copy link
Owner

Thanks @ClusterM !!! Great job on the new IR remote control device support and documentation!

@jasonacox
Copy link
Owner

Released in v1.6.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants