38808-vm/api/iclock/getrequest
2026-04-04 07:17:13 +00:00

5 lines
144 B
Plaintext

<?php
// ZKTeco devices call this to ask the server if there are any pending commands.
// We just return OK so it doesn't get stuck.
echo "OK";