@onbright/bluetooth-sdk
Advanced tools
Comparing version 1.1.32 to 1.1.33
@@ -23,2 +23,3 @@ interface Communication { | ||
onProcessReadData?: onProcessReadData; | ||
sendDataWriteType?: sendDataWriteType; | ||
} | ||
@@ -28,2 +29,3 @@ type onProcessingSentData = (sentData: Uint8Array) => Promise<Uint8Array>; | ||
type onProcessReadData = (receivedData: WechatMiniprogram.OnBLECharacteristicValueChangeListenerResult) => Promise<any>; | ||
type sendDataWriteType = () => 'write' | 'writeNoResponse'; | ||
@@ -30,0 +32,0 @@ declare const ONBRIGHT_AUTH_BLUE_UUID_SERVICE = "00004F42-0000-1000-8000-00805F9B34FB"; |
{ | ||
"name": "@onbright/bluetooth-sdk", | ||
"version": "1.1.32", | ||
"version": "1.1.33", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "tsup", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
511497
7386