Fix for doSwitch

pull/2/head
Egbert Bouman 2014-01-24 20:03:15 +01:00
parent 920bfa3c9e
commit 1a4283bf43
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();
}
}