mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2025-01-11 16:59:42 +01:00
fixed typo in list_known_rogueaps()
This commit is contained in:
parent
e6ffb2e5de
commit
141b0ff55f
@ -803,7 +803,7 @@ class Client
|
||||
public function list_known_rogueaps()
|
||||
{
|
||||
if (!$this->is_loggedin) return false;
|
||||
$response = $this->exec_curl('/api/s/'.$this->site.'/stat/rogueknown');
|
||||
$response = $this->exec_curl('/api/s/'.$this->site.'/rest/rogueknown');
|
||||
return $this->process_response($response);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user