So i'm trying to make a "password" for a door with the keypad from OpenSecurity
For more info about the Keypad: https://github.com/PC-Logix/OpenSecurity/wiki/Blocks#events-1
The code i got before getting stuck
local event = require("event")
local component = require("component")
keypad = component.os_keypad
keypad.setEventName("eventName")
keypad.setDisplay("DoorCode")
customButtons = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "X", "0", ">"}
keypad.setKey(customButtons, customButtonColor)
--local event, address, button, button_label = event.pull("keypad") -- I'm st