librenms/includes/discovery/os/brother.inc.php
Neil Lathwood fedcd8eef0 refactor: OS discovery files (b) (#4531)
* refactor: OS discovery files (b)

* Switched order

* small if() if() fix
2016-09-23 20:53:55 -05:00

6 lines
84 B
PHP

<?php
if (preg_match('/Brother NC-.*(h|w),/', $sysDescr)) {
$os = 'brother';
}