-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realtime Logs not getting data #3
Comments
I am using Uface800plus |
hi abdulla you can resolve your problem because me too have this problem maybe this can help. I am working to acquire the registration reports for an access control and attendance model SpeedFace-V5L from the zkteco brand. I have another K20 model device and the code works perfectly, it can recover information about the device, user, and most importantly the attendance records, but when trying the same on the SpeedFace-V5L it recovers information about the device, users, but not the sold records. . Already review the structure of the library and it is very simple, there is a function that is responsible for reading all the outputs of the socket after connecting to the device. This connection collects all the available elements, as follows: requestData(msg) {
} |
Hi Jubaer, getUsers, and getAttendances works fine but the getRealTimeLogs function is not working, it doesn't console anything when I check-in. Following is my demo code:
The text was updated successfully, but these errors were encountered: