victor-bluetooth-plugin
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -30,3 +30,3 @@ { | ||
"name": "connect", | ||
"signature": "(options: { address: string; }) => Promise<void>", | ||
"signature": "(options: { address: string; }) => Promise<any>", | ||
"parameters": [ | ||
@@ -39,3 +39,3 @@ { | ||
], | ||
"returns": "Promise<void>", | ||
"returns": "Promise<any>", | ||
"tags": [], | ||
@@ -42,0 +42,0 @@ "docs": "", |
@@ -13,3 +13,3 @@ declare module "@capacitor/core" { | ||
address: string; | ||
}): Promise<void>; | ||
}): Promise<any>; | ||
readData(): Promise<{ | ||
@@ -16,0 +16,0 @@ data: string; |
{ | ||
"name": "victor-bluetooth-plugin", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "A plugin for connecting to classic BT devices on android", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -49,3 +49,3 @@ # victor-bluetooth-plugin | ||
```typescript | ||
connect(options: { address: string; }) => Promise<void> | ||
connect(options: { address: string; }) => Promise<any> | ||
``` | ||
@@ -57,2 +57,4 @@ | ||
**Returns:** <code>Promise<any></code> | ||
-------------------- | ||
@@ -59,0 +61,0 @@ |
Sorry, the diff of this file is not supported yet
30088
72