fixed indent in instructions
This commit is contained in:
committed by
GitHub
parent
7a62ead606
commit
3cc870c01f
@@ -13,7 +13,7 @@ example :
|
|||||||
accessArray = {
|
accessArray = {
|
||||||
["doorController"] = "91b601d3-19eb-4762-9073-8f2a208accc2", -- This is the address of the controller that the MagCard reader is supposed to work with --
|
["doorController"] = "91b601d3-19eb-4762-9073-8f2a208accc2", -- This is the address of the controller that the MagCard reader is supposed to work with --
|
||||||
["allowed"] = {
|
["allowed"] = {
|
||||||
"18873940", -- Here are the codes of the cards that can use the card reader --
|
"18873940", -- Here are the codes of the cards that can use the card reader --
|
||||||
"11225543" -- This can be anything, numbers, characters, special characters, it doesnt matter --
|
"11225543" -- This can be anything, numbers, characters, special characters, it doesnt matter --
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -34,4 +34,4 @@ accessArray = {
|
|||||||
["allowed"] = {
|
["allowed"] = {
|
||||||
""
|
""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user