Skip to content

Add type declarations for the methods writeValueWithoutResponse and writeValueWithResponse - #63

Merged
chrvadala merged 2 commits into
chrvadala:mainfrom
dmarku:add-writevalue-type-declarations
Feb 15, 2024
Merged

Add type declarations for the methods writeValueWithoutResponse and writeValueWithResponse#63
chrvadala merged 2 commits into
chrvadala:mainfrom
dmarku:add-writevalue-type-declarations

Conversation

@dmarku

@dmarku dmarku commented Nov 14, 2023

Copy link
Copy Markdown
Contributor

Add type declarations for the methods writeValueWithoutResponse and writeValueWithResponse that were added to GattCharacteristic with #47.

I've tried to use these new methods in an application and the TypeScript compiler complained that they didn't exist on GattCharacteristic.

I've edited index.d.ts in the web browser with Github's web interface which doesn't check for correctness, so I hope I got the declarations right.

…WithResponse` methods

Add type declarations for the methods `writeValueWithoutResponse` and `writeValueWithResponse` that were added to `GattCharacteristic` with chrvadala#47
@chrvadala
chrvadala merged commit 425958d into chrvadala:main Feb 15, 2024
nmasse-itix pushed a commit to Demo-AI-Edge-Crazy-Train/node-ble that referenced this pull request Apr 29, 2024
… `writeValueWithResponse` (chrvadala#63)

* add type declarations for `writeValueWithoutResponse` and `writeValueWithResponse` methods

Add type declarations for the methods `writeValueWithoutResponse` and `writeValueWithResponse` that were added to `GattCharacteristic` with chrvadala#47

* Fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants