34 | | * `Condition` (String) something representing the current Weather state.[[br]] |
35 | | From postings on the internet, this seems to have values in the list (potentially more): |
36 | | * `Clear` |
37 | | * `Cloudy` |
38 | | * `Fog` |
39 | | * `Haze` |
40 | | * `Light rain` |
41 | | * `Mostly Cloudy` |
42 | | * `Overcast` |
43 | | * `Partly Cloudy` |
44 | | * `Rain` |
45 | | * `Rain Showers` |
46 | | * `Freezing Rain` |
47 | | * `Showers` |
48 | | * `Thunderstorm` |
49 | | * `Isolated Thunderstorms` |
50 | | * `Chance of Showers` |
51 | | * `Chance of Snow` |
52 | | * `Chance of Storm` |
53 | | * `Mostly Sunny` |
54 | | * `Partly Sunny` |
55 | | * `Scattered Showers` |
56 | | * `Sunny` |
57 | | * `Light snow` |
58 | | * `Snow` |
59 | | * `Snow Showers` |
60 | | * `Snow Storm` |
61 | | * `Flurries` |
62 | | * `Rain and Snow` |
63 | | * `Ice/Snow` |
64 | | * `Fog` |
65 | | * `Windy` |
66 | | * `Heavy Rain` |
67 | | * `Drizzle` |
68 | | * `Freezing Drizzle` |
69 | | |
70 | | |
71 | | |
72 | | * `WindCondition` (String) a value like "`W at 2 mph`". |
73 | | * `WindSpeed` (Number) a value like "`2`" extracted from the `WindCondition`, specified in Local units (either kph or mph depending upon the setting of `Metric`) |
74 | | * `WindDirection` (String) a value like "`W`" extracted from the `WindCondition` |
75 | | * `Period` (Number) the number of seconds to delay before automatically polling the Weather feed. If blank, the default is 1800 seconds (30 minutes). This value cannot be < 10 or > 3600. |