2021-11-30 18:53:41 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-12-01 00:17:12 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "Account is already configured"
|
|
|
|
},
|
2021-12-01 23:14:42 +00:00
|
|
|
"error": {
|
2021-12-02 00:13:02 +00:00
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"invalid_station": "Could not find a weather station with the specified name",
|
|
|
|
"more_stations": "Found multiple weather stations with the specified name"
|
2021-12-01 23:14:42 +00:00
|
|
|
},
|
2021-12-01 00:17:12 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "API Key",
|
2021-12-02 00:13:02 +00:00
|
|
|
"conditions": "Monitored conditions",
|
|
|
|
"name": "Username",
|
2021-12-01 00:17:12 +00:00
|
|
|
"station": "Station"
|
|
|
|
}
|
2021-11-30 18:53:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-01 00:17:12 +00:00
|
|
|
}
|