From c11918bfe5223695a7205696bdbd5deb24c9c6ac Mon Sep 17 00:00:00 2001 From: technyon Date: Sun, 18 Dec 2022 16:40:24 +0100 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3191bb..d7844e3 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,15 @@ structure is setup under keypad/command: To modify keypad codes, the first four parameter nodes have to be set depending on the command: -- To add a code, set name, code, enabled. +- To add a code, set name, code, enabled ** - To delete a code, set id - To update a code, set id, name, code, enabled +** Note: Rules for codes are: +- The code must be a 6 digit number +- The code can't contain 0 +- The code can't start with 12 + After setting the necessary parameters, write the action to be executed to the command node. For example, to add a code: - write "John Doe" to name