. * * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ //SmartOptics, M-Series M-1601-D1000C1 R2A, SmartOS v2.4.14 (Compiled on Thu Jun 2 14:21:33 CEST 2016) list(, $hardware, $version) = explode(',', $device['sysDescr']); $hardware = str_replace('M-Series ', '', $hardware); list(,,$version,) = explode(' ', $version);