Scene to Run a URL

I’m a newbie to the Luup Coding.

I’m trying to setup a scene to run a URL every 30 minutes. I don’t want any data read from the URL.

I tried including the following in the “Also, execute the following Luup code:” luup.wget(URL), but I get a general error message.

Any one have a way to run a URL periodically?

luup.inet.wget "http://blahblah.com" 

I think this is the syntax you are looking for.

Thank you. I needed the quotes instead of parenthesis.