You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.. It looks like you have error at line 167..
RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress)
TypeError: init() takes exactly 4 arguments (3 given)
After adding "RealTimeout" as 4th argument it is working just fine...
Hello.. It looks like you have error at line 167..
RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress)
TypeError: init() takes exactly 4 arguments (3 given)
After adding "RealTimeout" as 4th argument it is working just fine...