mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-28 16:06:35 +01:00
Release v1.4.1 (#13)
* specific error when requested channel is bigger than total * fix for multi-channel devices * updated test expectations * fixes with uiid api changes * fix wrong error message * added new test cases * return expected error on wrong channel number * added more devices * version bump
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"email": "<your ewelink email>",
|
||||
"password": "<your ewelink password>",
|
||||
"deviceId": "<your device id>",
|
||||
"singleChannelDeviceId": "<your device id>",
|
||||
"deviceIdWithPower": "<your device id>",
|
||||
"deviceIdWithoutPower": "<your device id>"
|
||||
"deviceIdWithoutPower": "<your device id>",
|
||||
"fourChannelsDevice": "<your device id>"
|
||||
}
|
||||
Reference in New Issue
Block a user