Skip to content

Commit

Permalink
adds getServiceData to typescript def
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed May 19, 2024
1 parent 61908f1 commit 0571fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ declare namespace NodeBle {
getRSSI(): Promise<string>;
getManufacturerData(): Promise<{[key:string]:any}>;
getAdvertisingData(): Promise<{[key:string]:any}>;
getServiceData(): Promise<{[key:string]:any}>;
isPaired(): Promise<string>;
isConnected(): Promise<string>;
pair(): Promise<void>;
Expand Down

0 comments on commit 0571fac

Please sign in to comment.