setSignedTime

abstract suspend fun setSignedTime(signedTime: SignedTime): ByteArray?

Sends the SET_SIGNED_TIME (0x71) command to the lock with the provided signed time. This command is crucial for ensuring that the lock's operations are synchronized with a trusted time source, enhancing the security and reliability of its operations.

Parameters

signedTime

The signed time to be set on the lock. The signedTime parameter should contain the datetime and signature obtained from a Tedee API, formatted as a SignedTime object.