Fix OWM rain forecast

This commit is contained in:
MM20 2023-02-16 23:35:26 +01:00
parent db733a0dff
commit 0030314653
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -87,11 +87,11 @@ data class ForecastResultList(
)
data class ForecastResultRain(
@SerializedName("3d") val threeHours: Double?,
@SerializedName("3h") val threeHours: Double?,
)
data class ForecastResultSnow(
@SerializedName("3d") val threeHours: Double?,
@SerializedName("3h") val threeHours: Double?,
)
data class ForecastResultSys(