mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fixed typo in binox temperature sensor discovery module
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
|
||||
if ($device['os'] == 'batm') {
|
||||
if ($device['os'] == 'binox') {
|
||||
if (strpos($device['sysObjectID'], 'enterprises.738.10.5.100') !== false) {
|
||||
echo("Telco Systems:");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user