getDeviceId(), $oid, 'horizon-compactplus', 0, 'SNR', null, 1, 10), ]; } public function discoverWirelessPower() { $oid = '.1.3.6.1.4.1.7262.2.5.4.4.1.1.7.1'; return [ new WirelessSensor('power', $this->getDeviceId(), $oid, 'horizon-compactplus', 0, 'Tx Power', null, 1, 10), ]; } public function discoverWirelessRssi() { $oid = '.1.3.6.1.4.1.7262.2.5.4.2.1.1.3.1'; return [ new WirelessSensor('rssi', $this->getDeviceId(), $oid, 'horizon-compactplus', 0, 'RSL', null, 1, 10), ]; } public function discoverWirelessErrors() { $oid = '.1.3.6.1.4.1.7262.2.5.4.2.2.1.4.1'; return [ new WirelessSensor('errors', $this->getDeviceId(), $oid, 'horizon-compactplus', 0, 'Rx Errors'), ]; } }