Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type declarations for the methods writeValueWithoutResponse and writeValueWithResponse #63

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

dmarku
Copy link
Contributor

@dmarku dmarku commented Nov 14, 2023

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
3 checks passed
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