24 lines
591 B
JSON
24 lines
591 B
JSON
|
{
|
||
|
"title": "Flick Electric",
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Flick Login Credentials",
|
||
|
"data": {
|
||
|
"username": "Username",
|
||
|
"password": "Password",
|
||
|
"client_id": "Client ID (Optional)",
|
||
|
"client_secret": "Client Secret (Optional)"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "Failed to connect, please try again",
|
||
|
"invalid_auth": "Invalid authentication",
|
||
|
"unknown": "Unexpected error"
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "That account is already configured"
|
||
|
}
|
||
|
}
|
||
|
}
|