Fixed boundary cleaning

This commit is contained in:
Arne
2019-09-19 12:10:17 +02:00
parent 150b8973ee
commit 8822670f9b
2 changed files with 3 additions and 3 deletions

View File

@@ -256,7 +256,7 @@ NeatoVacuumRobotAccessory.prototype = {
});
},
clean: function (callback, boundaryId)
clean: function (callback, boundary)
{
// Start automatic update while cleaning
if (this.refresh === 'auto')