Added GDO support and chatbox debugging
This commit is contained in:
12
config.lua
12
config.lua
@ -31,8 +31,20 @@ config.irisCloseDelay = 0.1 -- seconds before closing iris on incoming
|
||||
config.irisClosedByDefault = false
|
||||
|
||||
-- Iris password (set to nil to disable remote password unlock)
|
||||
-- Also used as GDO IDC code when GDO support is enabled
|
||||
config.irisPassword = "1234"
|
||||
|
||||
-- GDO (Garage Door Opener) support
|
||||
config.enableGDO = true
|
||||
|
||||
---------------------------------------------
|
||||
-- DEBUGGING
|
||||
---------------------------------------------
|
||||
|
||||
-- Enable chatbox message debugging (sends messages to specified player)
|
||||
config.enableChatboxDebug = false
|
||||
config.chatboxDebugPlayer = "MoonlitJolty"
|
||||
|
||||
---------------------------------------------
|
||||
-- MESSAGING
|
||||
---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user