mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-18 12:57:39 +00:00
[AB-97] adding wind speed to weather command
fixing command failing non gracefully in case the location for weather was not found
This commit is contained in:
@@ -34,4 +34,5 @@ public class WeatherResponseModel {
|
||||
private String countryKey;
|
||||
private Color embedColor;
|
||||
private Long locationId;
|
||||
private Float windSpeed;
|
||||
}
|
||||
|
||||
@@ -21,6 +21,8 @@ public class WeatherResult {
|
||||
private WeatherResultRain rainInfo;
|
||||
@SerializedName("snow")
|
||||
private WeatherResultSnow snowInfo;
|
||||
@SerializedName("wind")
|
||||
private WeatherResultWind wind;
|
||||
@SerializedName("dt")
|
||||
private Long dayTime;
|
||||
@SerializedName("clouds")
|
||||
|
||||
Reference in New Issue
Block a user