Skip to content

Commit

Permalink
Fix N20 Pro auto empty
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Dec 20, 2024
1 parent dc55832 commit f4989c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deebot_client/hardware/deebot/qhe2o2.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,8 @@
get=[GetAutoEmpty()],
set=SetAutoEmpty,
types=(
auto_empty.Frequency.MIN_10,
auto_empty.Frequency.MIN_15,
auto_empty.Frequency.MIN_25,
auto_empty.Frequency.AUTO,
auto_empty.Frequency.SMART,
),
),
),
Expand Down

0 comments on commit f4989c2

Please sign in to comment.