iteration

This commit is contained in:
2023-10-08 02:18:41 -04:00
parent eb55a5d783
commit c918c2da39
3 changed files with 74 additions and 9 deletions

View File

@ -21,7 +21,8 @@ current_time = os.time()
data = {
["action"] = "register",
["hostname"] = hostname
["hostname"] = hostname,
["token"] = settings.get("auth.token", nil)
}
rednet.send(receiverID, data)