mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
thelift
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user