Update custom_components/robovac/vacuums/T2267.py

Co-authored-by: Luke Morrigan <luke@lukeb.co.uk>
This commit is contained in:
Jelle Bleyaert 2024-03-22 09:42:15 +01:00 committed by Jelle Bleyaert
parent 7f27ab9fc7
commit 7e0421f66c
1 changed files with 3 additions and 3 deletions

View File

@ -46,11 +46,11 @@ class T2267:
RobovacCommand.LOCATE: 160, RobovacCommand.LOCATE: 160,
RobovacCommand.BATTERY: 163, RobovacCommand.BATTERY: 163,
RobovacCommand.ERROR: 177, RobovacCommand.ERROR: 177,
RobovacCommand.DO_NOT_DISTURB: 157,
RobovacCommand.BOOST_IQ: 159,
RobovacCommand.CONSUMABLES: 168,
# These commands need codes adding # These commands need codes adding
# RobovacCommand.CLEANING_AREA: 0, # RobovacCommand.CLEANING_AREA: 0,
# RobovacCommand.CLEANING_TIME: 0, # RobovacCommand.CLEANING_TIME: 0,
# RobovacCommand.AUTO_RETURN: 0, # RobovacCommand.AUTO_RETURN: 0,
# RobovacCommand.DO_NOT_DISTURB: 157,
# RobovacCommand.BOOST_IQ: 159,
# RobovacCommand.CONSUMABLES: 168,
} }