From eb7352565f7c55d2dd783fedb1d2f9c7a2abc166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Beye?= Date: Sun, 30 Jul 2023 14:36:18 +0200 Subject: [PATCH] chore(vendor.dreame): Minor cleanup of confusing loglines --- backend/lib/robots/dreame/DreameGen2ValetudoRobot.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/lib/robots/dreame/DreameGen2ValetudoRobot.js b/backend/lib/robots/dreame/DreameGen2ValetudoRobot.js index 98ea05b678..9427f303ee 100644 --- a/backend/lib/robots/dreame/DreameGen2ValetudoRobot.js +++ b/backend/lib/robots/dreame/DreameGen2ValetudoRobot.js @@ -316,6 +316,7 @@ class DreameGen2ValetudoRobot extends DreameValetudoRobot { //Intentionally left blank (for now?) break; case MIOT_SERVICES.SILVER_ION.SIID: + case 21: //Something else that also seems to be some kind of consumable? //Intentionally ignored for now, because I have no idea what that should be or where it could be located //TODO: figure out break; @@ -358,6 +359,10 @@ class DreameGen2ValetudoRobot extends DreameValetudoRobot { // ignore return true; } + case "_sync.update_vacuum_mapinfo": { + // ignore + return true; + } } return false;