Example #1
0
 public function bindCommandSendBack()
 {
     // send back to client status of station was changed
     $client = new Client();
     $command = $client->bindCommandStatus($this->request['id']);
     return $command;
 }