List of categories and types for device events

Is there a comprehensive list of the different categories and types that get returned for the
GET /public/device/:id/event call?

Right now the documentation only shows:
"category": "SCHEDULE", "type": "SCHEDULE_STATUS"
and
"category": "SCHEDULE", "type": "ZONE_STATUS"

Wondering if there are more than those 2 types.

Thanks!

@sumit.parab

The only ones you are probably interested in are

DEVICE_STATUS Device status event has occurred
RAIN_DELAY A rain delay event has occurred
SCHEDULE_STATUS A schedule status event has occurred
ZONE_STATUS A zone status event has occurred

The other ones are more than likely too granular.

:cheers: