dnaextrim / python_zklib

Attendance Machine Libraries for python with a connection to the network using the UDP protocol and port 4370
GNU General Public License v2.0
78 stars 122 forks source link

Add Power off & Restart function #9

Closed fananimi closed 8 years ago

fananimi commented 8 years ago

Hi mas @dnaextrim ,

This is just a bit contribution, i just add two new function: restartDevice : used to restart the device. poweroffDevice : used to shutdown the device.

And I also fixed a failed imported module on zktest.py.

Thanks.