Add device: Edge-Core switch ES3528M

This commit is contained in:
Bartosz Radwan
2016-09-22 16:57:05 +02:00
parent 819cf8377f
commit 71b46ca87c
5 changed files with 13690 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.259.6.10.94')) {
$os = 'edge-core';
}
}