kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
193 stars 176 forks source link

Check In, Check Out data not showing #108

Open pervej-fac opened 3 years ago

pervej-fac commented 3 years ago

When I call getAttendance(); it returns UID, ID, state, timestamp; But I need to fetch Check In, Check Out data; How to get Check In, Check Out data? could you please write down and send me the code for Check In, Check Out data.

Then I will be much grateful to you.

Thanks

jamesimosh commented 2 years ago

Had the same issue and solved by changing library state from offset from 56 to 66.

Tested on ZK40. Current 56 offset is the value for mode, Not status.

hasanbasri1993 commented 10 months ago

Had the same issue and solved by changing library state from offset from 56 to 66.

Tested on ZK40. Current 56 offset is the value for mode, Not status.

thanks u