Breaks with https://github.com/mjg59/python-broadlink/commit/8754493951b887e850d93100898d6883443b124f. Works with previous commit https://github.com/mjg59/python-broadlink/commit/21d96bd140359a3b360bd728b963effc6b747c4f. ``` Traceback (most recent call last): File "BlackBeanControl.py", line 167, in <module> RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress) TypeError: __init__() takes exactly 4 arguments (3 given) ```
Breaks with mjg59/python-broadlink@8754493. Works with previous commit mjg59/python-broadlink@21d96bd.