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

6 lines
129 B
PHP
Raw Normal View History

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