Files
2020-09-21 15:43:38 +02:00

8 lines
160 B
PHP

<?php
[$version] = explode(',', $device['sysDescr']);
preg_match('/Version V(\S+) (.+) Software,/', $device['sysDescr'], $matches);
$hardware = $matches[2];