Example #1
0
File: Client.php Project: sqmk/phue
 /**
  * Send command to server
  *
  * @param CommandInterface $command
  *            Phue command
  *
  * @return mixed Command result
  */
 public function sendCommand(CommandInterface $command)
 {
     return $command->send($this);
 }