Last active
December 22, 2015 06:49
-
-
Save gmvi/6433522 to your computer and use it in GitHub Desktop.
guest login patch for vendttp client-server communication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VendTTP Client-Server Communication | |
(guest-login patch based on revision 3.2) | |
========================================= | |
new guest log-in request: | |
{ | |
"type" : "guest" | |
} | |
no confirmation response | |
to log out of guest, user must confirm donation of remaining funds | |
When logged in as guest, RFID tag reading is suspended, because logging out of guest requires user to confirm donation of guest balance. | |
log-out request stays the same |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment