mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Tycon Systems TPDIN units (#6506)
This commit is contained in:
committed by
Tony Murray
parent
e6fa8dbd13
commit
4c42c91ba8
@@ -1763,6 +1763,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('tpconductor');
|
||||
}
|
||||
|
||||
public function testTpdin()
|
||||
{
|
||||
$this->checkOS('tpdin');
|
||||
}
|
||||
|
||||
public function testTplink()
|
||||
{
|
||||
$this->checkOS('tplink');
|
||||
|
Reference in New Issue
Block a user