Add test log entry

This commit is contained in:
Tanner Collin 2019-02-17 19:25:14 -07:00
parent c3d4da2a22
commit 20e6ff9c4d

View File

@ -39,6 +39,7 @@ EVENTS = [
'LOG_CARD_ACCEPTED - Accepted card: ',
'LOG_CARD_DENIED - Denied card: ',
'LOG_UPDATE_FAILED - Firmware update failed, code: ',
'LOG_TEST - Test record, safe to ignore',
]
@api_view(['POST'])