OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Can the opensprinkler firmware make http API calls? › Reply To: Can the opensprinkler firmware make http API calls?
May 18, 2016 at 10:43 pm
#42530
Ray
Keymaster
Yes it can. In fact, that’s exactly how the firmware makes weather calls and implements remote stations. It’s done by using the ether.browseUrl method:
https://github.com/OpenSprinkler/OpenSprinkler-Firmware/blob/master/weather.cpp#L153
https://github.com/OpenSprinkler/OpenSprinkler-Firmware/blob/master/OpenSprinkler.cpp#L1035