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 6d793e8 commit 473bf70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UniFi Multi Endpoint Monitor/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ public function EndpointMonitor()
$Connected = true;
$ConnectionMethod = $DeviceFromController["is_wired"];
$this->SendDebug($this->Translate("Endpoint Monitor"), $this->Translate("Setze Wert"), 0);
$this->SetValue($this->GetIDForIdent($DeviceMac."_Connected"), $Connected);

if ($ConnectionMethod == true && $ConnectionType == 0)
{
Expand Down

0 comments on commit 473bf70

Please sign in to comment.