Commit 95708b79 authored by Sergio Poppi's avatar Sergio Poppi
Browse files

CDB attribute threshold in weatherstation description.

parent 76dff002
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@
    - 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">
<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="1" >
	<temperature description="current temperature" units="deg Celsius" />
	<winddir description="instantaneous wind direction" units="deg" />
	<windspeed description="average wind speed" units="m/s" max_value="5" />
	<windspeedpeak description="spike wind direction" units="m/s" max_value="10" />
	<windspeed description="average wind speed" units="km/s" max_value="5" />
	<windspeedpeak description="spike wind direction" units="km/h" max_value="10" />
	<humidity description="Humidity" />
	<pressure description="pressure" />
</WeatherStation>
 No newline at end of file