|
校准
TTLockClient.getDefault().setLockTime(currentTimeStamp, mCurrentLock.getLockData(),mCurrentLock.getLockMac(), new SetLockTimeCallback() {
@Override
public void onSetTimeSuccess() {
makeToast("lock time is corrected");
}
@Override
public void onFail(LockError error) {
makeErrorToast(error);
}
});
|