コード例 #1
0
ファイル: Watchdog.php プロジェクト: GrumpyKater/grumpyFhem
 public function parse($device)
 {
     parent::parse($device);
     $this->cmd = $device->Internals->CMD;
     $this->to = $device->Internals->TO;
     return $this;
 }
コード例 #2
0
ファイル: SHCdev.php プロジェクト: GrumpyKater/grumpyFhem
 /**
  * @param $device
  * @return Device
  */
 public function parse($device)
 {
     if ($this->isChildDevice($device)) {
         return $this->getChildDevice($device);
     }
     parent::parse($device);
     return $this;
 }
コード例 #3
0
 public function parse($device)
 {
     parent::parse($device);
     return $this;
 }