2020-02-29 03:14:17 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-15 07:30:39 +00:00
|
|
|
"already_configured": "Location is already configured or Node/Pro ID is already registered.",
|
|
|
|
"reauth_successful": "Re-authentication was successful"
|
2020-02-29 03:14:17 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2020-10-02 00:05:51 +00:00
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"general_error": "Unexpected error",
|
2021-02-01 21:38:03 +00:00
|
|
|
"invalid_api_key": "Invalid API key",
|
|
|
|
"location_not_found": "Location not found"
|
2020-02-29 03:14:17 +00:00
|
|
|
},
|
|
|
|
"step": {
|
2021-02-01 21:38:03 +00:00
|
|
|
"geography_by_coords": {
|
2020-02-29 03:14:17 +00:00
|
|
|
"data": {
|
|
|
|
"api_key": "API Key",
|
|
|
|
"latitude": "Latitude",
|
2020-04-08 00:08:19 +00:00
|
|
|
"longitude": "Longitude"
|
2020-02-29 03:14:17 +00:00
|
|
|
},
|
2021-02-01 21:38:03 +00:00
|
|
|
"description": "Use the AirVisual cloud API to monitor a latitude/longitude.",
|
|
|
|
"title": "Configure a Geography"
|
|
|
|
},
|
|
|
|
"geography_by_name": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "API Key",
|
|
|
|
"city": "City",
|
|
|
|
"country": "Country",
|
|
|
|
"state": "state"
|
|
|
|
},
|
|
|
|
"description": "Use the AirVisual cloud API to monitor a city/state/country.",
|
2020-04-22 23:41:14 +00:00
|
|
|
"title": "Configure a Geography"
|
|
|
|
},
|
|
|
|
"node_pro": {
|
|
|
|
"data": {
|
2020-10-12 00:03:31 +00:00
|
|
|
"ip_address": "Host",
|
2020-05-13 18:27:21 +00:00
|
|
|
"password": "Password"
|
2020-04-22 23:41:14 +00:00
|
|
|
},
|
|
|
|
"description": "Monitor a personal AirVisual unit. The password can be retrieved from the unit's UI.",
|
|
|
|
"title": "Configure an AirVisual Node/Pro"
|
|
|
|
},
|
2020-10-15 07:30:39 +00:00
|
|
|
"reauth_confirm": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "API Key"
|
|
|
|
},
|
|
|
|
"title": "Re-authenticate AirVisual"
|
|
|
|
},
|
2020-04-22 23:41:14 +00:00
|
|
|
"user": {
|
|
|
|
"description": "Pick what type of AirVisual data you want to monitor.",
|
2020-02-29 03:14:17 +00:00
|
|
|
"title": "Configure AirVisual"
|
|
|
|
}
|
2020-04-15 16:51:07 +00:00
|
|
|
}
|
2020-03-10 20:16:25 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"show_on_map": "Show monitored geography on the map"
|
|
|
|
},
|
|
|
|
"title": "Configure AirVisual"
|
|
|
|
}
|
|
|
|
}
|
2020-04-16 20:00:10 +00:00
|
|
|
}
|
2020-02-29 03:14:17 +00:00
|
|
|
}
|