minor changes
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user