Controling locks Via HTTP

All,

I want to integrate my Vera controlled locks with another application. Is it possible to do simple actions like lock and unlock via HTTP either GET or POST operations. If so can someone point me to the correct references on this.

Thx
Bryan

Try this URL
http://[ip]:3480/data_request?id=lu_invoke

It gives a list of your devices. You can drill down until you find the lock
Methods, and you’ll see the SetTarget method for the lock. Passing a 1 as the parameter will lock the door, passing 0 will unlock

Guessed:

Thank you for the help. I got exactly what I needed.

Bryan