Added addCard to DispenseInterface
authorMitchell Pomery <[email protected]>
Sun, 8 Mar 2015 15:11:54 +0000 (23:11 +0800)
committerMark Tearle <[email protected]>
Sun, 5 Apr 2015 11:41:19 +0000 (19:41 +0800)
VendServer/DispenseInterface.py

index 81a3f06..7af3653 100644 (file)
@@ -28,6 +28,12 @@ class DispenseInterface(object):
        def authMifare(cardId):
                pass
 
        def authMifare(cardId):
                pass
 
+       """
+       Add a MIFARE card for this user
+       """
+       def addCard(self, cardId):
+               pass
+
        """
        Check if creating the user worked correctly.
        """
        """
        Check if creating the user worked correctly.
        """

UCC git Repository :: git.ucc.asn.au