newdevice: Add support for Ubiquiti EdgePoint Switch models (#5079)

This commit is contained in:
twilley
2016-12-01 18:13:48 +00:00
committed by Neil Lathwood
parent 9b62f9e2a1
commit 694c3bc566
4 changed files with 11 additions and 1 deletions
+2
View File
@@ -485,6 +485,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testEdgeswitch()
{
$this->checkOS('edgeswitch');
$this->checkOS('edgeswitch', 'edgeswitch-ep-s16');
$this->checkOS('edgeswitch', 'edgeswitch-es-24-250w');
}
public function testEndian()