2020-01-10 20:35:31 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Sign-in with Ring account",
|
2020-04-16 19:52:53 +00:00
|
|
|
"data": { "username": "Username", "password": "Password" }
|
2020-01-10 20:35:31 +00:00
|
|
|
},
|
|
|
|
"2fa": {
|
|
|
|
"title": "Two-factor authentication",
|
2020-04-16 19:52:53 +00:00
|
|
|
"data": { "2fa": "Two-factor code" }
|
2020-01-10 20:35:31 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
2020-04-16 19:52:53 +00:00
|
|
|
"abort": { "already_configured": "Device is already configured" }
|
2020-01-10 20:35:31 +00:00
|
|
|
}
|
|
|
|
}
|