From 9e24ed2ddfa011b2864af9e7d729c83832f66b00 Mon Sep 17 00:00:00 2001 From: legop3 Date: Wed, 29 Apr 2026 19:25:31 -0400 Subject: [PATCH] thelift --- server/src/services/liftService/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/services/liftService/index.js b/server/src/services/liftService/index.js index ab3abaf9..e93085b3 100644 --- a/server/src/services/liftService/index.js +++ b/server/src/services/liftService/index.js @@ -21,7 +21,7 @@ const liftConfig = haConfig.lift || {}; const upSwitchId = String(liftConfig.upSwitch || '').trim(); const downSwitchId = String(liftConfig.downSwitch || '').trim(); -const interlockMs = Math.max(250, Number(liftConfig.interlockMs) || 2000); +const interlockMs = Math.max(250, Number(liftConfig.interlockMs) || 4000); const commandCooldownMs = Math.max(interlockMs, Number(liftConfig.commandCooldownMs) || 3000); const state = {