OpenSprinkler › Forums › OpenSprinkler Unified Firmware › possible to set "rain" flag via API? › Reply To: possible to set "rain" flag via API?
June 9, 2019 at 3:54 am
#60929
Ray
Keymaster
You can’t set the rain sensor flag through API because that flag is done by reading the rain sensor directly. However, you can set the rain delay amount through API. You can certainly modify the firmware to do what you want, by just following how the rain delay variable is set, and removing the line that reads rain sensor status.