Automate Reddit
Explore Plans
Mobile menu Close menu
NetroNetro

set moisture

This action will set the moisture level of a zone. It overrides the default moisture level provided by Netro cloud or Whisperer sensor.

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
This action will set the moisture level of a zone. It overrides the default moisture level provided by Netro cloud or Whisperer sensor.
API endpoint slug
netro.set_moisture
Filter code method
Netro.setMoisture.skip(string?: reason)
Runtime method
runAction("netro.set_moisture", {})

Action fields

Device Dropdown list

Label
device
Helper text
Select the Netro device to work with
Slug
device
Required
true
Can have default value
false

Zone Text input > Other

Label
zone
Helper text
Leave empty if want to set for all zones. If you want to set for specific zone, please provide the zone index, start with 1.
Slug
zone
Required
false
Can have default value
true
Filter code method
Netro.setMoisture.setZone(string: zone)

Moisture Text input > Other

Label
moisture
Helper text
current moisture, 0-100
Slug
moisture
Required
true
Can have default value
true
Filter code method
Netro.setMoisture.setMoisture(string: moisture)