mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
fix(bluetooth-le): Fix typo in InitializeResult interface definition (#2891)
This commit is contained in:
parent
0612aef725
commit
b6f340ae82
@ -339,7 +339,7 @@ export interface InitializeResult {
|
|||||||
/** Service's UUID */
|
/** Service's UUID */
|
||||||
service: string;
|
service: string;
|
||||||
/** Characteristic UUID */
|
/** Characteristic UUID */
|
||||||
characterisitc: string;
|
characteristic: string;
|
||||||
/** This integer value will be incremented every read/writeRequested */
|
/** This integer value will be incremented every read/writeRequested */
|
||||||
requestId: number;
|
requestId: number;
|
||||||
/** Offset value */
|
/** Offset value */
|
||||||
|
Loading…
Reference in New Issue
Block a user