32 | | The Weather Plugin exposes a number of Variables, as is illustrated in the Install instructions. These variables can be accessed in Luup scenes using code illustrated here: |
33 | | * http://wiki.micasaverde.com/index.php/Luup_Variables#Weather_Plugin |
| 32 | The Weather Plugin exposes a number of Variables: |
| 33 | * `Condition` (String) something representing the current Weather state.[[br]] |
| 34 | * `WindCondition` (String) a value like "`W at 2 mph`". |
| 35 | * `WindSpeed` (Number) a value like "`2`" extracted from the `WindCondition`, specified in Local units (either kph or mph depending upon the setting of `Metric`) |
| 36 | * `WindDirection` (String) a value like "`West`, `NW`, `North`, etc" |
| 37 | * `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. |
| 38 | |
| 39 | These variables can be accessed in Luup scenes using code illustrated here: |
| 40 | * [http://wiki.micasaverde.com/index.php/Luup_Variables#Weather_Plugin Weather Plugin in Scenes] |