OpenSprinkler › Forums › Third-Party Software › FW mod – setting rainfall instead of on-time › Reply To: FW mod – setting rainfall instead of on-time
July 9, 2019 at 2:36 pm
#61560
Ray
Keymaster
If you use curl or wget, try to wrap the entire url in quotes like:
curl “http://x.x.x.x/blah?blah&blah…”
that way the command line won’t interpret certain symbols like & incorrectly.