diff --git a/myautomatic.devicetype b/myautomatic.devicetype index 7d179ae..e095db4 100644 --- a/myautomatic.devicetype +++ b/myautomatic.devicetype @@ -2,7 +2,7 @@ * My Automatic Device * * Copyright 2015 Yves Racine - * Version 1.8.1 + * Version 1.8.2 * linkedIn profile: ca.linkedin.com/pub/yves-racine-m-sc-a/0/406/4b/ * Refer to readme file for installation instructions. * @@ -936,13 +936,6 @@ private def doRequest(uri, args, type, success) { } catch (e) { log.error "doRequest> exception $e " + params.uri sendEvent name: "verboseTrace", value: "doRequest>exception $e at ${params.uri}" - def exceptionCheck=device.currentValue("verboseTrace") - if (!(exceptionCheck.contains("TimeoutException"))) { - // introduce a 1 second delay before re-attempting any other command - def cmd= [] - cmd << "delay 1000" - cmd - } throw e } }