New: Format Change, b239

Personnal Weather Station (PWS) support
Post Reply
User avatar
par
Posts: 8627
Joined: Mon Sep 21, 2009 11:56 am
Name: Pasha
Location: Saint-Petersburg, Russia
Contact:

New: Format Change, b239

Post by par »

Please update your templates and scripts.

1. I have added <snow>/<level> tag in place of <snow>/@level attribute
WARNING: I will remove @level attribute within a week
You can specify snow-level in various units: millimeters (mm) or inches (inch)
Set @unit attribute of <snow>/<level> tag accordingly.
Example.

Code: Select all

        
        <snow>
	        <level value="10" unit="cm"/>
	</snow>
2. <mist> tag is removed.
Since mist type is not reflected by YoWindow, I have removed <mist> tag from YoWindow XML format temporary.

3. Snow level is now displayed in Inspector.

4. <thunder> tag is renamed to <thunderstorm> and has a new notation now
<thunderstorm>
-@value - a number of lightenings per minute
set @value to 0 if there is no thunderstorm
set @value to 'yes' if it's thunderstorm but you don't know the lightening rate

Example.

Code: Select all

      <thunderstorm value="5"/>
5. You can specify wind speed in miles-per-hour

See XML format documentation for the details
http://yowindow.com/forum/viewtopic.php?f=11&t=368
Get YoWindow weather app for your phone or tablet.

Image Image Image
Post Reply