action mist_get_device_events_definitions { label: "getDeviceEventsDefinitions" description: "Get list of device events" provider: mist method: GET path: "/api/v1/const/device_events" encoding: json output: { type: "array" items: { type: "object" required: ["key"] properties: { description: { type: "string" } display: { type: "string" } example: { type: "object" } key: { type: "string" } } } } }