Fixed missing callback when sending to another room

This commit is contained in:
Arne 2019-10-12 11:28:09 +02:00
parent 7197d78f33
commit 61b66444ac

View File

@ -271,6 +271,7 @@ NeatoVacuumRobotAccessory.prototype = {
this.setGoToDock(true, (error, result) => this.setGoToDock(true, (error, result) =>
{ {
this.nextRoom = this.boundary.id; this.nextRoom = this.boundary.id;
callback();
}); });
} }
// Start new cleaning of new room // Start new cleaning of new room