diff --git a/index.js b/index.js index 9f837eb..175996f 100644 --- a/index.js +++ b/index.js @@ -65,6 +65,7 @@ NeatoVacuumRobotPlatform.prototype = { else { if (robots.length === 0) { that.log.error("Successful login but no robots associated with your account."); + that.robots = []; callback(); } else {