mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-11 00:59:35 +00:00
refactor: osc disabled by default to prevent collisions
This commit is contained in:
committed by
Carlos Valente
parent
0b3ba65df3
commit
1a23287863
@@ -468,7 +468,7 @@ describe('v3 to v4', () => {
|
|||||||
|
|
||||||
const expectedAutomation: AutomationSettings = {
|
const expectedAutomation: AutomationSettings = {
|
||||||
enabledAutomations: true,
|
enabledAutomations: true,
|
||||||
enabledOscIn: true,
|
enabledOscIn: false,
|
||||||
oscPortIn: 8888,
|
oscPortIn: 8888,
|
||||||
triggers: [
|
triggers: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ const dbModel: DatabaseModel = {
|
|||||||
customFields: {},
|
customFields: {},
|
||||||
automation: {
|
automation: {
|
||||||
enabledAutomations: true,
|
enabledAutomations: true,
|
||||||
enabledOscIn: true,
|
enabledOscIn: false,
|
||||||
oscPortIn: 8888,
|
oscPortIn: 8888,
|
||||||
triggers: [],
|
triggers: [],
|
||||||
automations: {},
|
automations: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user