Configuring Your Net2+ Readers

In 

Beep beep beeeeep, these readers need an ethernet connection.


Each reader inside DWProx Net2+ -> Readers will have a ReaderSettings ModuleScript, which will look as follows:

--[[        ____ _       ______                 
 		   / __ \ |     / / __ \_________  _  __
 		  / / / / | /| / / /_/ / ___/ __ \| |/_/
		 / /_/ /| |/ |/ / ____/ /  / /_/ />  <  
		/_____/ |__/|__/_/   /_/   \____/_/|_|  
		Made By DuckyProductions And Whitehill ET
		
]]

local Settings = {	
	-- / CARD / --
	["Cards"] = {"1", "2", "3", "4", "5", "0"},
	["WhitelistEnabled"] = false,

	-- / SYSTEM / --
	["ReaderSpec"] = "\84\121\112\101\65"
}
return Settings

Cards

A table of Access Levels that are whitelisted to use the reader at any time.


Example:

["Cards"] = {"1", "2", "3", "4", "5", "0"}

WhitelistEnabled

Whether to enable or disable the reader whitelist.


Example:

["WhitelistEnabled"] = false

ReaderSpec