---
name: "syncUnlockMethod"
mode: "api"
versionRequirements:
  - { name: "@ray-js/lock-sdk", version: "1.0.0" }
title: "syncUnlockMethod - Sync unlock method."
summary: "Sync unlock method."
---

## syncUnlockMethod

> [VERSION] @ray-js/lock-sdk >= 1.0.0

### Description

Send a command to the device to synchronize unlock methods

### Parameters

None


### Return Value

Type: `Promise<void>`

None (resolves after sync completes)

### Examples

#### Example

```ts
import { syncUnlockMethod } from '@ray-js/lock-sdk';
await syncUnlockMethod();
```
