Files
librenms-librenms/includes/discovery/os/speedtouch.inc.php

6 lines
136 B
PHP
Raw Normal View History

<?php
2016-09-22 16:06:08 +03:00
if (str_contains($sysDescr, array('TG585v7', 'SpeedTouch ')) || starts_with($sysDescr, array('ST'))) {
2016-09-22 02:34:17 +03:00
$os = 'speedtouch';
}