getevents
/JSON?request=getevents
Returns the names of all events in the system. An event is an action to be performed such as controlling a light, a sequence of lights, a thermostat, etc. Events have two properties, a group name and an event name. This command returns the group name and event name for all events. These two pieces of information are used to control an event.
Sample Response:
JSON
{
"Name": "HomeSeer Events",
"Version": "1.0",
"Events": [
{
"Group": "Lighting",
"Name": "Outside Lights Off"
}
]
}