This action will notify MIYO if it is raining or not. This action can be used to integrate existing rain sensors into your irrigation system.
- API endpoint slug
- miyo.rain
- Filter code method
- Miyo.rain.skip(string?: reason)
- Runtime method
- runAction("miyo.rain", {})
Action fields
- Label
- Which cube should be notified?
- Slug
- cube
- Required
- true
- Can have default value
- false
- Label
- Is it currently raining?
- Helper text
- Set to yes or no depending if sensor has detected rain or rain has stopped
- Slug
- rain
- Required
- true
- Can have default value
- true
- Filter code method
- Miyo.rain.setRain(string: rain)