Skip to content
Snippets Groups Projects
Commit 9e8e3882 authored by Mitchell Pomery's avatar Mitchell Pomery Committed by Mark Tearle
Browse files

Added addCard to DispenseInterface

parent ed50c28e
Branches
No related merge requests found
......@@ -28,6 +28,12 @@ class DispenseInterface(object):
def authMifare(cardId):
pass
"""
Add a MIFARE card for this user
"""
def addCard(self, cardId):
pass
"""
Check if creating the user worked correctly.
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment