public function effect($requestOptions) { $callOptions = array("method" => "POST", "data" => $requestOptions['data'], "path" => 'lights/' . $requestOptions['selector'] . '/effects/' . $requestOptions['effect']); $request = new ApiCall($callOptions); $data = $request->doCall(); return $data; }