2020-08-12 09:03:22 -06:00
|
|
|
{
|
2021-05-20 09:15:49 -06:00
|
|
|
"title": "GE Home",
|
2020-08-13 15:10:55 -06:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"username": "Username",
|
2023-04-22 23:05:15 -06:00
|
|
|
"password": "Password",
|
|
|
|
"region": "Region"
|
2020-08-12 09:03:22 -06:00
|
|
|
}
|
2020-08-13 15:10:55 -06:00
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"username": "Username",
|
2023-04-22 23:05:15 -06:00
|
|
|
"password": "Password",
|
|
|
|
"region": "Region"
|
2020-08-13 15:10:55 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
2020-08-12 09:03:22 -06:00
|
|
|
},
|
2020-08-13 15:10:55 -06:00
|
|
|
"abort": {
|
2021-08-21 12:02:13 -06:00
|
|
|
"already_configured_account": "Account is already configured"
|
2020-08-13 15:10:55 -06:00
|
|
|
}
|
|
|
|
}
|
2021-05-20 09:15:49 -06:00
|
|
|
}
|