Commit 8fe80af5 authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

fix issue #317

The threshold for wind autopark at the SRT has been increased to 60 from 50 Km/h (#321)
parent cccf225a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    - History:
       -   Tue Jul 10 13:47:38 UTC 2012 modified by jDAL
-->
<WeatherStation xmlns="urn:schemas-cosylab-com:WeatherStation:1.0" xmlns:baci="urn:schemas-cosylab-com:BACI:1.0" xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" IPAddress="192.168.202.66" port="5000" windthreshold="50" >
<WeatherStation xmlns="urn:schemas-cosylab-com:WeatherStation:1.0" xmlns:baci="urn:schemas-cosylab-com:BACI:1.0" xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" IPAddress="192.168.202.66" port="5000" windthreshold="60" >
	<temperature description="current temperature" units="deg Celsius" />
	<winddir description="instantaneous wind direction" units="deg" />
	<windspeed description="average wind speed" units="km/s" max_value="5" />