Panel Ready
Generated when Live Mode is active, the panel is loaded, and all interfaces are connected. It is also generated after switching to another panel in this state.
DeviceJockey Guide
System events let items react to changes inside DeviceJockey.
Availability by item event
External interfaces report changes from devices and applications. System events report changes within DeviceJockey itself. When you configure an event for an item, the selected item event determines which system events are available.
Not every item event provides every system event. First choose the event behavior for the item, then use one of the system events offered there.
Start and readiness
Generated when Live Mode is active, the panel is loaded, and all interfaces are connected. It is also generated after switching to another panel in this state.
Generated when Live Mode starts. Use it when an action must run even if an interface cannot connect.
Generated when a panel finishes loading in Live Mode. Use it for actions that belong to every panel change.
It is the most complete readiness signal. Use the other start events when waiting for every interface would prevent the required action.
Connections and values
Generated when all interfaces are connected. Use it to refresh a panel after an interface disconnects and becomes available again.
Generated when a swap changes its value. Use it to react to dynamic values and send dependent commands.
Choosing an event
Decide exactly when the item should react.
Determine whether the panel and all interfaces must be ready.
Choose one of the system events supported by the selected item event.
Verify the behavior during panel changes and connection failures.