Fixed missing callback when sending to another room
This commit is contained in:
parent
7197d78f33
commit
61b66444ac
@ -271,6 +271,7 @@ NeatoVacuumRobotAccessory.prototype = {
|
||||
this.setGoToDock(true, (error, result) =>
|
||||
{
|
||||
this.nextRoom = this.boundary.id;
|
||||
callback();
|
||||
});
|
||||
}
|
||||
// Start new cleaning of new room
|
||||
|
Loading…
Reference in New Issue
Block a user