mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-26 23:21:37 +01:00
* 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>
10 lines
357 B
JSON
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>"
|
|
} |