Skip to content

Commit

Permalink
Update dyson_pure_cool_link.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Silther authored and dotvezz committed Apr 1, 2024
1 parent 3fe047b commit 7b7a8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdyson/dyson_pure_cool_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def auto_mode(self) -> bool:
return self.preset_mode == "AUTO"
else:
self.preset_mode = self.fan_mode
return self.fan_mode == "AUTO"
return self.preset_mode == "AUTO"

@property
def oscillation(self) -> bool:
Expand Down

0 comments on commit 7b7a8dd

Please sign in to comment.