@@ -366,7 +366,7 @@ |
||
| 366 | 366 | /** |
| 367 | 367 | * Send command to server |
| 368 | 368 | * |
| 369 | - * @param CommandInterface $command Phue command |
|
| 369 | + * @param Commands\CommandInterface $command Phue command |
|
| 370 | 370 | * |
| 371 | 371 | * @return mixed Command result |
| 372 | 372 | */ |
@@ -84,6 +84,9 @@ |
||
| 84 | 84 | return false; |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | + /** |
|
| 88 | + * @param string $method |
|
| 89 | + */ |
|
| 87 | 90 | public function call($method, $arguments = array()) |
| 88 | 91 | { |
| 89 | 92 | if ($this->validate_arguments($method, $arguments) == true) |