mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-30 09:45:10 +01:00
* 100% coverage for mixins/user/regionMixin.js * check if websocket connection is valid json * removed unnecessary delays * added more test cases * move constants to json files * renamed login method to getCredentials * mixin renamed * don’t export internal methods * mixin renamed * keep socket connection opened * using new getCredentials method * reanmed login to credentials * version bump
20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"SOCKET": 1,
|
|
"SWITCH_CHANGE": 1,
|
|
"GSM_UNLIMIT_SOCKET": 1,
|
|
"SWITCH": 1,
|
|
"THERMOSTAT": 1,
|
|
"SOCKET_POWER": 1,
|
|
"GSM_SOCKET": 1,
|
|
"POWER_DETECTION_SOCKET": 1,
|
|
"SOCKET_2": 2,
|
|
"GSM_SOCKET_2": 2,
|
|
"SWITCH_2": 2,
|
|
"SOCKET_3": 3,
|
|
"GSM_SOCKET_3": 3,
|
|
"SWITCH_3": 3,
|
|
"SOCKET_4": 4,
|
|
"GSM_SOCKET_4": 4,
|
|
"SWITCH_4": 4,
|
|
"CUN_YOU_DOOR": 4
|
|
} |