mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
efe5ac16f2
rename automations > triggers rename blueprints > automations chore: add link to documentation
10 lines
228 B
TypeScript
10 lines
228 B
TypeScript
import { AutomationSettings } from 'ontime-types';
|
|
|
|
export const automationPlaceholderSettings: AutomationSettings = {
|
|
enabledAutomations: false,
|
|
enabledOscIn: false,
|
|
oscPortIn: 8888,
|
|
triggers: [],
|
|
automations: {},
|
|
};
|