thorrak / tiltbridge

Tilt Hydrometer to WiFi Bridge
http://www.tiltbridge.com/
Other
61 stars 27 forks source link

Implement pushing to BrewStatus #27

Closed duncan-brown closed 4 years ago

duncan-brown commented 4 years ago

Implement the ability to push to https://brewstat.us/

BrewStatus uses application/x-www-form-urlencoded but the send_to_url() function was hard wired to use application/json so I added an argument to allow the user to set the content type in the headers.