New: Format Change, b242

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, b242

Post by par »

Please update your templates and scripts.

1. I have replaced several attributes with the corresponding tags.

<rain>/@rate -> <rain>/<rate>
<rain>/@daily_total -> <rain>/<daily_total>
<snow>/@rate -> <snow>/<rate>

We need this change to let the user specify parameter units and also for format consistency.

WARNING: I will remove @rate and @daily_total attributes in a week.

2. You can provide wind gusts now with the following syntax

Code: Select all

<wind>
	<speed value="10"/>
	<direction value="45"/>
	<gusts value="15"/>
</wind>
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