Added GDO support and chatbox debugging

This commit is contained in:
2026-01-01 23:29:19 -05:00
parent 6841cdb559
commit 82ee133d5f
4 changed files with 83 additions and 7 deletions

View File

@ -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
---------------------------------------------