Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7061 authored Aug 26, 2024
1 parent 891d238 commit 7c07a79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,14 @@ async function scanForBleDevices(androidNeverForLocation: Boolean = true, timeou
With the signalize method you can localize EVVA components. On a successful signalization the component will emit a melody indicating its location.

```typescript
AbrevvaBle.signalize({ deviceId: 'deviceId' }) => {
console.log(`Signalized /w success=${it}`)
}
);
await AbrevvaBle.signalize({ deviceId: 'deviceId' });
```
### Perform disengage on EVVA components

For the component disengage you have to provide access credentials to the EVVA component. Those are generally acquired in the form of access media metadata from the Xesar software.

```typescript
AbrevvaBle.disengage({
const status = await AbrevvaBle.disengage({
deviceId: 'deviceId',
mobileId: 'mobileId',
mobileDeviceKey: 'mobileDeviceKey',
Expand Down

0 comments on commit 7c07a79

Please sign in to comment.