jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
1.01k stars 177 forks source link

IRRemoteControlDevice #160

Closed ClusterM closed 2 years ago

ClusterM commented 2 years ago

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 commented 2 years ago

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

jasonacox commented 2 years ago

Released in v1.6.4