pull/2/merge
Egbert Bouman 2014-01-24 11:10:14 -08:00
commit 4cbe018d8d
1 changed files with 1 additions and 1 deletions

View File

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