Timer and events

Hi,

Is there a way to specify a timer or event using the rest api ? Or is this just a vera dashboard feature ?

Thanks !!

can you clarify “rest api”?

The http api that are in place to control devices. I was looking it how to schedule a timer or event using the http protocol. If there is such an api, can you direct me to the documentation for the parameters description ?

The new firmware will be out in a day or two and includes a new user_data request which returns the current timers/events in json format, and allows you to modify/add them by posting new json to that same URL.