You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im' new to pyzk and i use unlock() function to open my zkteco door. I want to get the door lock state before i call the unlock function and i use the get_lock_state() function to do it. But every time i call, the get_lock_state() function allways return True regardless of whether the door is open or closed. Is there anyway i can get the door lock state by using pyzk ?
The text was updated successfully, but these errors were encountered:
My device is Zkteco F18 and it has been pre-installed so i cant see the door sensor. Im just try to write code to open it and i send many open commands to my device ( both when the door is closed and when it is open). However, it seems that these commands are not executed immediately but are queued. Then, when the door closes, it starts opening and closing repeatedly, I want to fix this situation.
Im' new to pyzk and i use unlock() function to open my zkteco door. I want to get the door lock state before i call the unlock function and i use the get_lock_state() function to do it. But every time i call, the get_lock_state() function allways return True regardless of whether the door is open or closed. Is there anyway i can get the door lock state by using pyzk ?
The text was updated successfully, but these errors were encountered: