getDeviceId(), $oid, 'horizon', 0, 'SNR', null, 1, 10) ); } public function discoverWirelessPower() { $oid = '.1.3.6.1.4.1.7262.2.2.5.1.3.7.0'; return array( new WirelessSensor('power', $this->getDeviceId(), $oid, 'horizon', 0, 'Power', null, 1, 10) ); } }