Weather
This activity looks up details about the weather for a location based on the city/country or latitude/longitude.
| Parameters | Description |
|---|---|
|
City |
Name of the city |
|
CountryCode |
Optional two-character country code based on the ISO 3166-1 alpha-2 standard. |
|
Lat |
Latitude coordinates of the location. |
|
Lon |
Longitude coordinates of the location. |
|
Unit |
Indicates whether the temperature is returned in Metric or Imperial format. |
| Parameters | Description |
|---|---|
|
Result |
Returns details about the weather, including a description of the weather, temperature, humidity percentage, and barometric pressure. |
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
|
Temp |
Returns the temperature in the units requested. |
↑