Add basic device support for Raisecom.

- www.raisecom.com
- MIB from raisecom (thx to Mr. Miles)
This commit is contained in:
vitalisator
2016-08-06 19:48:37 +02:00
parent 1fe334690c
commit d9e020757d
118 changed files with 63366 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
if (preg_match('/^ROAP Version ([^,]+)/', $poll_device['sysDescr'], $regexp_result)) {
$version = $regexp_result[1];
#$serial = $regexp_result[2];
}