mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Merge pull request #2760 from Tawmu/Add-Samsung-SCX
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysDescr, 'Samsung CLX')) {
|
||||
if (strstr($sysDescr, 'Samsung CLX') || strstr($sysDescr, 'Samsung SCX')) {
|
||||
$os = 'samsungprinter';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user