<?xml version="1.0" encoding="UTF-8"?>
<!-- Meteobridge [mbsystem-platform] [YYYY]/[MM]/[DD] - [hh]:[mm]:[ss] -->
<!-- YOWINDOW XML - PWS SPECS Meteobridge v3: 2.6 date: 2014-09-22 17:00:31 -->
<!-- Remove auto_update section if wanting the default, otherwise in seconds -->
<!-- Remove the uv and solar tags if those sensors aren't present -->
<response>
        <current_weather>
                <auto_update>
                        <interval value="60"/>
                </auto_update> 
                <temperature unit="c">
                        <current value="[t1temp-act:0]"/>
                </temperature>
                <humidity value="[th0hum-act:0]"/>
                <pressure value="[thb0seapress-act:0]" unit="hPa"/>
                <wind>
                        <speed value="[wind0wind-avg10:0]" unit="mps"/>
                        <direction value="[wind0dir-act]"/>
                        <gusts value="[wind0wind-max10:0]" unit="mps"/>
                </wind>
                <sky>
                        <precipitation>
                          <rain>
                                <rate value="[rain0rate-act:0]" unit="mm"/>
                                 <daily_total value="[rain0total-daysum:0]" unit="mm"/>
                          </rain>
                        </precipitation>
                </sky>
                <uv value="[uv0index-act.1:0]"/>
                <solar radiation="[sol0rad-act.0:0]" />
        </current_weather>
</response>
