A beginner's guide
Explore Plans
Mobile menu Close menu
NetroNetro

report weather

provide your specific weather data to override Netro's default weather data

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
provide your specific weather data to override Netro's default weather data
API endpoint slug
netro.report_weather
Filter code method
Netro.reportWeather.skip(string?: reason)
Runtime method
runAction("netro.report_weather", {})

Action fields

Device Dropdown list

Label
device
Helper text
Select the Netro device to use the weather data.
Slug
device
Required
true
Can have default value
false

Date Text input > ISO 8601 date and time

Label
date
Helper text
The date of the weather information, e.g. 2000/12/30.
Slug
date
Required
true
Can have default value
true
Filter code method
Netro.reportWeather.setDate(string: date)

Condition Dropdown list

Label
condition
Helper text
The daily weather condition.
Slug
condition
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setCondition(string: condition)

Summary Text input > Short text

Label
summary
Helper text
The daily weather summary.
Slug
summary
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setSummary(string: summary)

Rain Text input > Other

Label
rain
Helper text
The daily rain amount, float, with unit of MM
Slug
rain
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setRain(string: rain)

Rain prob Text input > Other

Label
rain probability
Helper text
The daily rain probability for forecast data, integer, from 0 to 100
Slug
rain_prob
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setRainProb(string: rainProb)

Temp Text input > Other

Label
temperature
Helper text
The daily average temperature, float, of unit Celsius
Slug
temp
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setTemp(string: temp)

T min Text input > Other

Label
minimum temperature
Helper text
The daily minimum temperature, float, of unit Celsius
Slug
t_min
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setTMin(string: tMin)

T max Text input > Other

Label
maximum temperature
Helper text
The daily maximum temperature of day, float, of unit Celsius
Slug
t_max
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setTMax(string: tMax)

T dew Text input > Other

Label
dew point
Helper text
The daily dew point, float, of unit Celsius
Slug
t_dew
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setTDew(string: tDew)

Wind speed Text input > Other

Label
wind speed
Helper text
The daily wind speed, float, of unit m/s
Slug
wind_speed
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setWindSpeed(string: windSpeed)

Humidity Text input > Other

Label
humidity
Helper text
The daily humidity, integer, 0-100
Slug
humidity
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setHumidity(string: humidity)

Pressure Text input > Other

Label
pressure
Helper text
The daily air pressure, float, of unit hpa
Slug
pressure
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setPressure(string: pressure)

Sunrise Text input > ISO 8601 date and time

Label
sunrise
Helper text
sunrise time
Slug
sunrise
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setSunrise(string: sunrise)

Sunset Text input > ISO 8601 date and time

Label
sunset
Helper text
sunset time
Slug
sunset
Required
false
Can have default value
true
Filter code method
Netro.reportWeather.setSunset(string: sunset)