Update custom_components/robovac/vacuums/T2267.py
Co-authored-by: Luke Morrigan <luke@lukeb.co.uk>
This commit is contained in:
parent
7f27ab9fc7
commit
7e0421f66c
|
|
@ -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,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue