diff --git a/lib/network.js b/lib/network.js index a2b4327..78765da 100644 --- a/lib/network.js +++ b/lib/network.js @@ -520,7 +520,7 @@ class DeviceInfo { * This is a failure, increase the last id. Should * increase the chances of the new request to * succeed. Related to issues with the vacuum - * not responding such as in # + * not responding such as described in issue #94. */ id = this.lastId + 100;