2022-06-16 notes and comments
Ability to send codes to effectiff.
Question: how much time is needed to activate the codes.
New keys automatically to be sent to E! in the format listed below. Provide web-hook to retrieve the file. The name of the file is pin-code.json
Consider to use *.sql file for import
Create all data as importable MySQL file. Provide webhook to get access to the file.
{
"uuid" : "ec703eba-88b2-465c-9f9a-26e1b03426ec",
"code" :[
{ "pin": "12345678","isActive":1},
{ "pin": "12345695","isActive":0},
]
}