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
Traceback (most recent call last):
File "./MyAir.py", line 64, in <module>
print(MyAir.status()) -
File "/usr/local/lib/python3.5/dist-packages/miio/airpurifier.py", line 215, in status
properties[0:13]
File "/usr/local/lib/python3.5/dist-packages/miio/device.py", line 216, in send
m = Message.build(msg, ctx)
TypeError: build() takes 2 positional arguments but 3 were given
The text was updated successfully, but these errors were encountered:
import miio.airpurifier
MyAir = miio.airpurifier.AirPurifier(args.IPaddress, args.token)
The text was updated successfully, but these errors were encountered: