Example #1
0
 public function parse($device)
 {
     parent::parse($device);
     $this->cmd = $device->Internals->CMD;
     $this->to = $device->Internals->TO;
     return $this;
 }
Example #2
0
 /**
  * @param $device
  * @return Device
  */
 public function parse($device)
 {
     if ($this->isChildDevice($device)) {
         return $this->getChildDevice($device);
     }
     parent::parse($device);
     return $this;
 }
Example #3
0
 public function parse($device)
 {
     parent::parse($device);
     return $this;
 }