refactor: osc disabled by default to prevent collisions

This commit is contained in:
Carlos Valente
2026-02-16 20:54:26 +01:00
committed by Carlos Valente
parent 0b3ba65df3
commit 1a23287863
2 changed files with 2 additions and 2 deletions
@@ -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: [
{ {
+1 -1
View File
@@ -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: {},