Skip to content

Commit

Permalink
Merge pull request #723 from Exxili/master
Browse files Browse the repository at this point in the history
added missing prop to RespondParams for typescript typings.
  • Loading branch information
randdusing authored Feb 26, 2022
2 parents fa96bb4 + d8ba3ec commit 9d2eca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ declare namespace BluetoothlePlugin {
value: string,
/** not documented */
offset?: number
/** Android only: address of the device the response should be sent to. */
address?: string
}

interface CharacteristicParams extends Params {
Expand Down

0 comments on commit 9d2eca4

Please sign in to comment.