Bumped version to v0.7.0-beta.10

This commit is contained in:
Arne
2019-09-26 09:08:35 +02:00
parent b7c2f82173
commit fa25b0d6a5
3 changed files with 26 additions and 26 deletions

View File

@@ -590,7 +590,7 @@ NeatoVacuumRobotAccessory.prototype = {
{
this.platform.updateRobot(this.robot._serial, () =>
{
debug(this.name + ": Spot repeat is " + (this.robot.spotRepeat ? 'ON' : 'OFF'));
debug(this.name + ": Spot repeat is " + (this.robot.spotRepeat ? 'ON'.brightGreen : 'OFF'.red));
callback(false, this.robot.spotRepeat);
});
},