fix(BLE): make readRSSI() not static (#2011)

This commit is contained in:
Daniel Olivares 2017-10-05 22:24:07 -05:00 committed by Ibby Hadeed
parent 2179699622
commit 363b41e075

View File

@ -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; }
} }