How to use the dorita980.Cloud function in dorita980

To help you get started, we’ve selected a few dorita980 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github koalazak / rest980 / routes / api.js View on Github external
handleIP(function (e, ip) {
  if (e) throw e;
  knownIP = ip;
  if (enableLocal === 'yes') {
    if (firmwareVersion === 1 || (keepAlive === 'yes')) myRobot.local = new dorita980.Local(blid, password, ip, firmwareVersion);
  }
  if (enableCloud === 'yes') myRobot.cloud = new dorita980.Cloud(blid, password, firmwareVersion);
});

dorita980

Unofficial iRobot Roomba 980 and wifi other enabled series library sdk

MIT
Latest version published 2 years ago

Package Health Score

42 / 100
Full package analysis