-
Notifications
You must be signed in to change notification settings - Fork 36
Example apps
Sascha edited this page Sep 5, 2021
·
16 revisions
git clone https://github.com/mrbungle64/ecovacs-deebot.js.git
cd ecovacs-deebot.js
npm install
-
app.js
: (basic functions) -
app2.js
(standard functions) -
mapInfos.js
(map related functions)
Copy the settings.js
file to the parent folder of the working directory
cp -R example/settings.js ./../
Add your Ecovacs account information to this file
exports.ACCOUNT_ID = 'email@domain.com';
exports.PASSWORD = 'a1b2c3d4';
Check also the country code and deviceNumber
exports.COUNTRY_CODE = 'DE';
exports.DEVICE_NUMBER = 0;
cd example
node ./app2.js
Table of contents