diff --git a/backend/lib/robots/dreame/DreameMopValetudoRobot.js b/backend/lib/robots/dreame/DreameMopValetudoRobot.js index c941720ff4..adcd7a5355 100644 --- a/backend/lib/robots/dreame/DreameMopValetudoRobot.js +++ b/backend/lib/robots/dreame/DreameMopValetudoRobot.js @@ -84,6 +84,12 @@ class DreameMopValetudoRobot extends DreameGen2ValetudoRobot { }, })); + this.registerCapability(new capabilities.DreameCarpetModeControlCapability({ + robot: this, + siid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.SIID, + piid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.PROPERTIES.CARPET_MODE.PIID + })); + this.registerCapability(new capabilities.DreameKeyLockCapability({ robot: this, siid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.SIID,