librenms/includes/discovery/os/lexmarkprinter.inc.php
2016-09-24 16:34:54 +03:00

6 lines
80 B
PHP

<?php
if (str_contains($sysDescr, 'Lexmark ')) {
$os = 'lexmarkprinter';
}