Skip to content

Commit

Permalink
Update module.php
Browse files Browse the repository at this point in the history
  • Loading branch information
elueckel authored Aug 25, 2024
1 parent 6c0b6e8 commit 8b6a8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UniFi Multi Endpoint Monitor/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function Create()
$this->RegisterPropertyBoolean("DataPointConnection", 0);
$this->RegisterPropertyBoolean("DataPointTransfer", 0);

$this->RegisterTimer("UniFi Multi Endpoint Monitor", 0, MODUL_PREFIX."_MultiEndpointMonitor(\$_IPS['TARGET']);");
$this->RegisterTimer("UniFi Multi Endpoint Monitor", 0, MODUL_PREFIX."_EndpointMonitor(\$_IPS['TARGET']);");
}

public function Destroy()
Expand Down Expand Up @@ -152,7 +152,7 @@ public function AuthenticateAndGetData(string $UnifiAPI = "")
}
}

public function MultiEndpointMonitor()
public function EndpointMonitor()
{
$ControllerType = $this->ReadPropertyInteger("ControllerType");
$ServerAddress = $this->ReadPropertyString("ServerAddress");
Expand Down

0 comments on commit 8b6a8a1

Please sign in to comment.