17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the MyQ Gateway",
|
|
"data": { "username": "Username", "password": "Password" }
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": { "already_configured": "MyQ is already configured" }
|
|
}
|
|
}
|