update README

This commit is contained in:
Fanani M. Ihsan 2016-05-26 22:11:19 +07:00
parent 969ddcfbac
commit e5afc866e0

View File

@ -14,7 +14,7 @@ from zk import const
zk = zk.ZK(ip='192.168.1.201', port=4370, timeout=5) zk = zk.ZK(ip='192.168.1.201', port=4370, timeout=5)
try: try:
zk.connect() zk.connect()
# disable (lock) the device, make sure not activity when process run # disable (lock) the device, make sure no activity when process run
zk.disable_device() zk.disable_device()
# Do another task here # Do another task here
@ -85,6 +85,6 @@ zk.restart()
* Clear user * Clear user
* Finger template downloader & uploader * Finger template downloader & uploader
* Clear attendance record * Clear attendance record
* Get attendance record record * Get attendance record
* HTTP Rest api * HTTP Rest api
* and much more * and much more