2021-12-22 20:32:50 +00:00
|
|
|
{
|
2021-12-23 00:14:21 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
2022-03-02 22:22:14 +00:00
|
|
|
"already_configured": "Account is already configured",
|
|
|
|
"reauth_successful": "Re-authentication was successful"
|
2021-12-23 00:14:21 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2022-02-27 21:38:39 +00:00
|
|
|
"cannot_connect": "Failed to connect",
|
2022-03-03 00:20:45 +00:00
|
|
|
"incorrect_api_key": "Invalid API key for selected account",
|
2022-02-27 21:38:39 +00:00
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"no_devices": "No devices discovered",
|
2022-03-03 00:20:45 +00:00
|
|
|
"no_username": "Could not get username"
|
2021-12-23 00:14:21 +00:00
|
|
|
},
|
|
|
|
"step": {
|
2022-03-03 00:20:45 +00:00
|
|
|
"reauth_confirm": {
|
2021-12-23 00:14:21 +00:00
|
|
|
"data": {
|
2022-03-02 22:22:14 +00:00
|
|
|
"api_key": "API Key"
|
|
|
|
}
|
|
|
|
},
|
2022-03-03 00:20:45 +00:00
|
|
|
"user": {
|
2022-03-02 22:22:14 +00:00
|
|
|
"data": {
|
2022-05-19 00:26:11 +00:00
|
|
|
"api_key": "API Key"
|
2021-12-23 00:14:21 +00:00
|
|
|
}
|
|
|
|
}
|
2021-12-22 20:32:50 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|