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,
Can I ask for small hint how to set up auto mode?
Tried:
airp = AirPurifier(filter_0_IP_address, filter_0_IP_token)
airp.set_mode("OperationMode.Auto")
airp.set_mode("Silent")
airp.set_mode("mode.auto")
airp.set_mode(mode=auto)
But constantly getting:
return self.send("set_mode", [mode.value])
AttributeError: 'str' object has no attribute 'value'
I'm new in python, sorry for newbie question :/
The text was updated successfully, but these errors were encountered:
Hello,
Can I ask for small hint how to set up auto mode?
Tried:
airp = AirPurifier(filter_0_IP_address, filter_0_IP_token)
airp.set_mode("OperationMode.Auto")
airp.set_mode("Silent")
airp.set_mode("mode.auto")
airp.set_mode(mode=auto)
But constantly getting:
return self.send("set_mode", [mode.value])
AttributeError: 'str' object has no attribute 'value'
I'm new in python, sorry for newbie question :/
The text was updated successfully, but these errors were encountered: