From 20313622796d9302d395378899d96fd264bc8ce0 Mon Sep 17 00:00:00 2001 From: Vesa-Pekka Palmu Date: Sat, 2 Dec 2023 14:00:47 +0200 Subject: [PATCH] BUGFIX: Change the defaul protocol version to 4 The default was set to 1 which is an invalid setting --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 371e911..a1bef6f 100644 --- a/config.ts +++ b/config.ts @@ -19,7 +19,7 @@ export function GetConfigFields(): SomeCompanionConfigField[] { { id: '3', label: 'Version 3' }, { id: 'mixed', label: 'Versions 3 & 4, not recommended' }, ], - default: 1, + default: '4', }, { type: 'textinput',