Skip to content

Commit

Permalink
chore(vendor.dreame): Minor cleanup of confusing loglines
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jul 30, 2023
1 parent c3405bd commit eb73525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/lib/robots/dreame/DreameGen2ValetudoRobot.js
Expand Up @@ -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;
Expand Down Expand Up @@ -358,6 +359,10 @@ class DreameGen2ValetudoRobot extends DreameValetudoRobot {
// ignore
return true;
}
case "_sync.update_vacuum_mapinfo": {
// ignore
return true;
}
}

return false;
Expand Down

0 comments on commit eb73525

Please sign in to comment.