/** * @param $device */ protected function parseInternals($device) { parent::parseInternals($device); $this->gplotFile = $device->Internals->GPLOTFILE; $this->logDevice = $device->Internals->LOGDEVICE; $this->logFile = $device->Internals->LOGFILE; }
public function parse($device) { parent::parse($device); $this->cmd = $device->Internals->CMD; $this->to = $device->Internals->TO; return $this; }
protected function getAttributeKeys() { return array_merge(array('INTERVAL'), parent::getAttributeKeys()); }
protected function getAttributeKeys() { return array_merge(parent::getAttributeKeys(), array('logtype')); }
protected function parseReadings($device) { return parent::parseReadings($device); }