Package com. airs. edith. sdk. context. weather
Types
WeatherData
Link copied to clipboard
data class WeatherData(locationString: String, dateString: String, condition1: String, condition2: String, condition: String, temperature: Int, maxTemperature: Int, minTemperature: Int, rainfallProbability: Int, rainfallAmount: Int, snowfallProbability: Int, snowfallAmount: Int, fineLevel: String, fineValue: Int, fineMatLevel: String, fineMatValue: Int, carWashingIndex: String, carWashingIndexValue: Int, alertType: String, weekWeather: List<WeatherWeekData>, informationType: String, informationTarget: String)
Content copied to clipboard
WeatherWeekData
Link copied to clipboard