add some to do list function

This commit is contained in:
Fanani M. Ihsan 2016-05-25 21:35:50 +07:00
parent 368347ae92
commit d3a0e90ad7

View File

@ -288,3 +288,21 @@ class ZK(object):
else:
cmd_response['data'] = ''
return cmd_response
def clear_user(self):
'''
Not implemented yet
'''
pass
def get_attendance(self):
'''
Not implemented yet
'''
pass
def clear_attendance(self):
'''
Not implemented yet
'''
pass