newdevice: Added support for Tycon Systems TPDIN units (#6506)

This commit is contained in:
Neil Lathwood
2017-04-28 04:16:41 +01:00
committed by Tony Murray
parent e6fa8dbd13
commit 4c42c91ba8
11 changed files with 419 additions and 0 deletions

View File

@@ -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');