OpenSprinkler Forums OpenSprinkler Unified Firmware Can the opensprinkler firmware make http API calls? Reply To: Can the opensprinkler firmware make http API calls?

#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