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 0440d8e commit c80303d
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 @@ -305,7 +305,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").$Connected, 0);
$SetValue($this->GetIDForIdent($DeviceMac."_Connected"), $Connected);
$SetValueBoolean($this->GetIDForIdent($DeviceMac."_Connected"), $Connected);
}
}
}
Expand Down

0 comments on commit c80303d

Please sign in to comment.