Added support for WebPower Pro II UPS cards.

This commit is contained in:
Mike Rostermund
2015-06-24 14:23:54 -07:00
parent 66ab6482e1
commit b8c8c20d18
4 changed files with 31 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
if (!$os) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.2468.1.2.1")) { $os = "webpower"; }
}
?>