1) Give a description of the problem
(would like to figure out the highest chance of precipitation for the next 6 hrs)
2) What is the expected behavior?
(analyze data and if any integer for chance of rain is higher than 40% within the next 6 hours then have an announcement over speaker when leaving the house)
3) What is happening/not happening?
not too sure how to use the new twc commands to achieve this the expression $twcweather.forecast.daypart[0].precipChance
shows many different integers for more than 6 hours of data
Ive tried max(integer($twcweather.forecast.daypart[0].precipChance)) how ever it just gives me one big giant number