Anyone know the default timeout on a httpPost?
The doco mentions, timeout (since 2.0.9) - timeout in seconds for the request, max timeout is 300
I'm asking because our cloud IoT broker has caused a few random timeouts in our Hubitat apps. Our hub apps don't specify a timeout.
Can anyone shed some light on what groovy API Hubitat uses? httpPost is a wrapper to the groovy httpBuilder library is it? I ported everything over from SmartThings to Hubitat and it was near identical. So I'm curious what API Hubitat is using and if there are any additional doco resources other than the Hubitat developer guide I can lookup for this kind of question.