Code: Select all
<response>
<current_weather>
<temperature unit="c">
<current value="14.9"/>
<feels_like value="14.9"/>
</temperature>
<humidity value="80"/>
<pressure value="1005.42" trend="-0.34" unit="hPa"/>
<wind>
<speed value="0.0" unit="kph"/>
<direction value="315"/>
<gust value="0.0" unit="kph"/>
</wind>
<sky>
<clouds value="overcast" include="always"/>
<description value="Overcast"/>
<precipitation>
<rain>
<rate value="1.02" unit="mmph"/>
<daily_total value="8.89" unit="mm"/>
</rain>
</precipitation>
<thunderstorm value="12"/>
</sky>
<auto_update>
<interval value="65"/>
</auto_update>
</current_weather>
</response>