mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
if -> elseif
This commit is contained in:
@@ -28,7 +28,7 @@ if ($device['os'] == 'avtech') {
|
|||||||
);
|
);
|
||||||
avtech_add_sensor($device, $sen2);
|
avtech_add_sensor($device, $sen2);
|
||||||
}
|
}
|
||||||
if (strpos($device['sysObjectID'], '.20916.1.9') !== false) {
|
elseif (strpos($device['sysObjectID'], '.20916.1.9') !== false) {
|
||||||
// RoomAlert 3E
|
// RoomAlert 3E
|
||||||
$device_oid = '.1.3.6.1.4.1.20916.1.9.';
|
$device_oid = '.1.3.6.1.4.1.20916.1.9.';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user