-
Notifications
You must be signed in to change notification settings - Fork 36
Example apps
Sascha edited this page Mar 15, 2021
·
16 revisions
git clone https://github.com/mrbungle64/ecovacs-deebot.js.git
cd ecovacs-deebot.js
npm install
- app.js (deprecated)
- app2.js
Add your Ecovacs account information to app2.js file
- email / Ecovacs ID
- password
- country code
const account_id = "[email protected]";
const password = "a1b2c3d4";
const countrycode = 'DE';
Table of contents