minor changes

This commit is contained in:
2025-12-29 21:05:43 -05:00
parent 33a29d48d2
commit 7630898bc4
4 changed files with 59 additions and 10 deletions

View File

@ -25,7 +25,10 @@ config.canAccessHazardGates = true
config.irisEnabled = true
config.autoCloseIrisOnIncoming = true
config.irisCloseDelay = 0.1 -- seconds before closing iris on incoming
config.autoOpenIrisAfterDisconnect = true
-- Default iris state when gate is idle (no connection)
-- true = iris closed when idle, false = iris open when idle
config.irisClosedByDefault = false
-- Iris password (set to nil to disable remote password unlock)
config.irisPassword = "1234"