mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 08:02:43 +02:00
5 lines
115 B
PHP
5 lines
115 B
PHP
<?php
|
|
|
|
preg_match('/^Lexmark ([a-zA-Z0-9]+) version/', $poll_device['sysDescr'], $result);
|
|
$hardware = $result[1];
|