Merge pull request #1338 from SaaldjorMike/webpower-ups

Added support for WebPower Pro II UPS cards.
This commit is contained in:
Neil Lathwood
2015-06-25 08:59:28 +01:00
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"; }
}
?>