The Twine forums are now archived. If you need help, please visit http://help.supermechanical.com

Bug with magswitch HTTP requests

This is pretty easy to reproduce with the help of RequestBin (http://requestb.in/), an online webhook tool.

I made a temp RequestBin and checked out what happens if I close my magswitch.

HTTP request: http://requestb.in/wzhrtkwz?o=[orientation]&t=[temperature]&m=[open/closed]

Actual request result:

m [open/closed]
o bottom
t 76

Notice that the "m" value is literally [open/closed]. It should be either open or closed!
Sign In or Register to comment.