This query monitors your local temperature and returns a list of times when the temperature rose above the value you provided. Note: this query will only return future events after this Applet is created.
     
    
    
      API endpoint slug 
      weather.history_of_temperatre_rose_above_threshold 
        Runtime method 
        performQuery("weather.history_of_temperatre_rose_above_threshold"} 
     
   
  
  
    Query fields 
        
          
          
              Label 
              Temperature 
            Slug 
            temperature 
            Required 
            true 
            Can have default value 
            true 
           
         
        
          
          
              Label 
              Degrees in 
            Slug 
            degrees_type 
            Required 
            true 
            Can have default value 
            true 
           
         
        
          
          
              Label 
              Location 
              Helper text 
              Weather in this area 
            Slug 
            location 
            Required 
            true 
            Can have default value 
            true 
           
         
   
    
    
      Ingredients 
          
            
            
              Slug 
              temp_fahrenheit 
              Filter code 
              Weather.historyOfTemperatreRoseAboveThreshold.TempFahrenheit 
              Type 
              String 
                  Example 
                  72 
             
           
          
            
            
              Slug 
              temp_celsius 
              Filter code 
              Weather.historyOfTemperatreRoseAboveThreshold.TempCelsius 
              Type 
              String 
                  Example 
                  18 
             
           
          
            
            
              Slug 
              condition 
              Filter code 
              Weather.historyOfTemperatreRoseAboveThreshold.Condition 
              Type 
              String 
                  Example 
                  Sunny 
             
           
          
            
            
              Slug 
              condition_image_url 
              Filter code 
              Weather.historyOfTemperatreRoseAboveThreshold.ConditionImageURL 
              Type 
              Image URL 
                  Example 
                  http://www.ifttt.com/weather/sunny.png 
             
           
          
            
            
              Slug 
              forecast_url 
              Filter code 
              Weather.historyOfTemperatreRoseAboveThreshold.ForecastUrl 
              Type 
              Web URL 
                  Example 
                  http://www.weather.com/weather/5-day/GMXX1273 
             
           
          
            
            
              Slug 
              check_time 
              Filter code 
              Weather.historyOfTemperatreRoseAboveThreshold.CheckTime 
              Type 
              Date with time (ISO8601) 
                  Example 
                  2020-07-08T04:17:06+05:00