jmrashed / zkteco

ZKTeco Package For Laravel. This package provides seamless integration with ZKTeco devices within Laravel applications, enabling communication with attendance devices such as fingerprint, face recognition, or RFID using UDP protocol.https://packagist.org/packages/jmrashed/zkteco
https://packagist.org/packages/jmrashed/zkteco
MIT License
10 stars 4 forks source link

getting error when i call $zk->getTodaysRecords() #3

Open aftabkhaliq86 opened 3 months ago

aftabkhaliq86 commented 3 months ago

Getting this error when i call below code

image

$zk = new ZKTeco('192.168.6.25'); $connected = $zk->connect(); $disabled = $zk->disableDevice(); $version = $zk->getTodaysRecords(); $enabled = $zk->enableDevice(); $disconnected = $zk->disconnect(); dd($version);