<?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";
