22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"config": {
|
|
"title": "Jandy iAqualink",
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to iAqualink",
|
|
"description": "Please enter the username and password for your iAqualink account.",
|
|
"data": {
|
|
"username": "Username / Email Address",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"connection_failure": "Unable to connect to iAqualink. Check your username and password."
|
|
},
|
|
"abort": {
|
|
"already_setup": "You can only configure a single iAqualink connection."
|
|
}
|
|
}
|
|
}
|