librenms/includes/discovery/os/samsungprinter.inc.php

9 lines
192 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, 'Samsung CLX') ||
strstr($sysDescr, 'Samsung SCX') ||
strstr($sysDescr, 'Samsun C')) {
$os = 'samsungprinter';
}
}