newdevice: Added support for Exalt ExtendAir (#6524)

This commit is contained in:
Neil Lathwood
2017-04-29 16:58:06 +01:00
committed by Daniel Preussker
parent cf026659cb
commit e7e5d51b30
18 changed files with 4619 additions and 1 deletions

View File

@@ -745,6 +745,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('exinda');
}
public function testExtendAir()
{
$this->checkOS('extendair');
}
public function testExtrahop()
{
$this->checkOS('extrahop');