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)
I finally created IRRemoteControlDevice - a community-contributed Python module to add support for Tuya WiFi smart universal remote control simulators.