About this trigger
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 trigger fires when the moisture value is calculated.
- API endpoint slug
- netro.moisture
Trigger fields
Device Dropdown list
- Label
- device
- Helper text
- 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 you want moisture level values for all zones. If you only want the moisture for a specific zone, please provide the zone index, start with 1.
- Slug
- zone
- Required
- true
- Can have default value
- true
Ingredients
DeviceThe device name.
- Slug
- device
- Filter code
- Netro.moisture.Device
- Type
- String
- Example
- netro
ZoneThe zone index.
- Slug
- zone
- Filter code
- Netro.moisture.Zone
- Type
- String
- Example
- 1,2,3,4
DateThe date of the moisture value.
- Slug
- date
- Filter code
- Netro.moisture.Date
- Type
- Date (ISO8601)
- Example
- 2020-07-07
MoistureThe moisture level value at the end of the day. Integer, from 0 to 100.
- Slug
- moisture
- Filter code
- Netro.moisture.Moisture
- Type
- String
- Example
- 50