Hi folks, and minions, and other webcore genii,
I have a JSON GET query that pulls air quality data for my city. It then loads that data into a variable called “airQuality”. This is simple integer. It will pull this data every hour. I want to set it up that if it goes above 60 that it sends a notification.
IF
variable "airQuality"
CHANGES TO
What comes next? What should I put in the value/expression box? Will a simple “> 60” work? Or do I need some sort of formula here?