TACNET fixes for multiple configs

This commit is contained in:
2020-06-28 09:28:07 -05:00
parent 1f37be3604
commit d3fdc2d7dd
5 changed files with 43 additions and 18 deletions

View File

@@ -8,8 +8,10 @@ module TAC
PACKET_TYPES = {
handshake: 0,
heartbeat: 1,
download_config: 2,
upload_config: 3,
error: 2,
download_config: 10,
upload_config: 11,
add_group: 20,
update_group: 21,