Skip to content

Commit

Permalink
Update custom_components/robovac/vacuums/T2267.py
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Morrigan <[email protected]>
  • Loading branch information
jbleyaert and CodeFoodPixels committed Mar 22, 2024
1 parent 7f27ab9 commit 7e0421f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/robovac/vacuums/T2267.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ class T2267:
RobovacCommand.LOCATE: 160,
RobovacCommand.BATTERY: 163,
RobovacCommand.ERROR: 177,
RobovacCommand.DO_NOT_DISTURB: 157,
RobovacCommand.BOOST_IQ: 159,
RobovacCommand.CONSUMABLES: 168,
# These commands need codes adding
# RobovacCommand.CLEANING_AREA: 0,
# RobovacCommand.CLEANING_TIME: 0,
# RobovacCommand.AUTO_RETURN: 0,
# RobovacCommand.DO_NOT_DISTURB: 157,
# RobovacCommand.BOOST_IQ: 159,
# RobovacCommand.CONSUMABLES: 168,
}

0 comments on commit 7e0421f

Please sign in to comment.