mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
fix(BLE): make readRSSI() not static (#2011)
This commit is contained in:
parent
2179699622
commit
363b41e075
@ -441,7 +441,7 @@ export class BLE extends IonicNativePlugin {
|
|||||||
*@returns {Promise<any>}
|
*@returns {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static readRSSI(
|
readRSSI(
|
||||||
deviceId: string,
|
deviceId: string,
|
||||||
): Promise<any> { return; }
|
): Promise<any> { return; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user