diff --git a/thermostats/honeywell/scrape.php b/thermostats/honeywell/scrape.php index 6678216..4c3dc57 100644 --- a/thermostats/honeywell/scrape.php +++ b/thermostats/honeywell/scrape.php @@ -73,7 +73,6 @@ function getStatus($device){ $time = round(microtime(true) * 1000); $url = "https://mytotalconnectcomfort.com/portal/Device/Control/".$device; -// $url = 'http://up.jamesnweber.com/_sandbox/stat/post.php'; GLOBAL $ch;