Files
ewelink-api/test/_setup/credentials.json
Martin M 2da94b6971 Release v1.7.0 (#20)
* Add typescript typings for main.js (#19)

* improved error message on temp/humidity devices

* Update index.d.ts

Co-Authored-By: ducpmm <49466191+ducpmm@users.noreply.github.com>
2019-10-18 20:49:18 -03:00

10 lines
357 B
JSON

{
"email": "<your ewelink email>",
"password": "<your ewelink password>",
"singleChannelDeviceId": "<your device id>",
"deviceIdWithPower": "<your device id>",
"deviceIdWithoutPower": "<your device id>",
"deviceIdWithTempAndHum": "<your device id>",
"deviceIdWithoutTempAndHum": "<your device id>",
"fourChannelsDevice": "<your device id>"
}