motion sensor call a url

Hi

I like to have a motion sensor call a url when its trickert (send a sms over http from my own sms gateway)

how can i do that ?

put the following into the luup scene section of a scene triggered by the sensors event:

luup.inet.wget(“http://your_http_sms_gateway.com/”)

thanks alot works great :slight_smile: