add some to do list function
This commit is contained in:
parent
368347ae92
commit
d3a0e90ad7
18
zk/base.py
18
zk/base.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user