This commit is contained in:
Egbert Bouman
2014-01-24 11:10:14 -08:00

View File

@@ -110,8 +110,8 @@ class EnerGenieSwitcher
$params['cte'.$port] = $state; $params['cte'.$port] = $state;
} }
} }
$this->postRequest('http://'.$this->ip, $params);
} }
$this->postRequest('http://'.$this->ip, $params);
$this->doLogout(); $this->doLogout();
} }
} }