Output Events
Output events let the DMX Core 100 send notifications to external systems when specific actions occur. For example, you can send an MQTT message when a cue starts playing, or make an HTTP request when a schedule triggers.

Creating an Output Event
- In the Web UI, go to Control & Integrations > Output Events
- Click Add to create a new event
- Configure the trigger condition — what system event should fire this output
- Set the output type and destination
- Click Save
Output Types
Output events can send notifications via:
- MQTT — Publish a message to an MQTT topic
- HTTP — Make an HTTP request to an external URL
- OSC — Send an OSC message to a network target
- Serial — Send data over a serial port
Output events can also be fired manually from scripts (dmx.fireOutputEvent(code)), control surfaces, and custom menus via the Fire Output Event action.
Use Cases
- Notify a building management system when lighting changes
- Trigger actions in other IoT devices via MQTT
- Log lighting events to an external system
- Synchronize with other AV equipment