Skip to content

v0.0.33

Choose a tag to compare

@coding-libs coding-libs released this 24 Jul 06:58

I am developing a self-hosted custom iClock web software. For iClock, the pushcommkey is optionally used for authentication purposes. Therefore, I have introduced the following methods:

setPushCommKey()
Set PushCommandKey
Example:

$zktecoLib->setPushCommKey('TokenComnKey'); 

getPushCommKey()
Retrieve PushCommKey.
Example:

$zktecoLib->getPushCommKey('); // Returns: "TokenComnKey"