In order to make certain rules fire based on weather information (temperature, precipitation status, cloud cover) it would be helpful to be able to pull this data in, perhaps as variables.
Example:
If (temperature([zipcode,f]) > 80 && SHMode !=“sleep”) {[action here]}
The above would cover specific weather use cases, but it might also work more broadly to reference XML and/orJSON feeds that are publicly available to pull data, so I could reference any structured data to base rules off of.