newdevice: Added support for C&C Commander Plus units (#6478)

This commit is contained in:
Neil Lathwood
2017-04-22 14:13:07 +01:00
committed by Tony Murray
parent d0201a9437
commit 720177965b
9 changed files with 1683 additions and 0 deletions

View File

@@ -474,6 +474,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('cometsystem-p85xx');
}
public function testCommanderPlus()
{
$this->checkOS('commander-plus');
}
public function testComware()
{
$this->checkOS('comware');