This commit is contained in:
legop3
2026-04-29 19:25:31 -04:00
parent 91a3272780
commit 9e24ed2ddf
+1 -1
View File
@@ -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 = {