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 2720325 commit 9cfd3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniFi Multi Endpoint Monitor/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public function EndpointMonitor()
{
//$this->SendDebug($this->Translate("Endpoint Monitor"), $this->Translate("NOT found - Device: ").$DeviceName, 0);
}
$this->SendDebug($this->Translate("Endpoint Monitor"), $this->Translate("Setze Wert"), 0);
$this->SendDebug($this->Translate("Endpoint Monitor"), $this->Translate("Setze Wert").$Connected, 0);
$this->SetValue($this->GetIDForIdent($DeviceMac."_Connected"), $Connected);
}
}
Expand Down

0 comments on commit 9cfd3f4

Please sign in to comment.