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 1b7b2d1 commit f8d9c8a
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 @@ -303,7 +303,7 @@ public function EndpointMonitor()
{
//$this->SendDebug($this->Translate("Endpoint Monitor"), $this->Translate("NOT found - Device: ").$DeviceName, 0);
}
this->$SetValue($DeviceMac."_Connected", $Connected);
$this->SetValue($DeviceMac."_Connected", $Connected);
}
}
}
Expand Down

0 comments on commit f8d9c8a

Please sign in to comment.