X-Git-Url: https://git.ucc.asn.au/?p=uccvend-vendserver.git;a=blobdiff_plain;f=VendServer%2FDispenseInterface.py;h=7af3653f2b1f90901062453070f6d1f810d44568;hp=81a3f06b03d5f92ae5bf9b721da47f8537d555a6;hb=15173eaaa20442f08c2d32fca37825e5c3bcb3e6;hpb=ed50c28e02f4be810b2a492717904ec8cd5a4970 diff --git a/VendServer/DispenseInterface.py b/VendServer/DispenseInterface.py index 81a3f06..7af3653 100644 --- a/VendServer/DispenseInterface.py +++ b/VendServer/DispenseInterface.py @@ -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. """