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

Missing APIs for sendAcknowledgedMessage() and sendUnacknowledgedMessage() #251

Open
wintuvogga opened this issue Oct 15, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@wintuvogga
Copy link

wintuvogga commented Oct 15, 2022

We are using nRF52840 chip to make a smart home hub, we need to use vendormessage for custom setup of the hub.
can we please expose below generic APIs to flutter ?

createMeshPdu()
sendAcknowledgedMessage()
sendUnacknowledgedMessage()

This will help everyone to create any kind of custom message and send to the mesh network.

@wintuvogga
Copy link
Author

wintuvogga commented Oct 15, 2022

I have forked. I will add these apis and create a pull request in a week or two.

@ghost
Copy link

ghost commented Oct 15, 2022

Hello @wintuvogga,
Thanks for the feature request 👍

Actually it's not in the current API because we didn't use Vendor Models at all.
But if I remember correctly, Nordic's SDK exposes this capability. It should just be a matter of extending the current pattern in plugin's code. Though I can't tell for sure :)
We'll dig into it

@ghost ghost added the enhancement New feature or request label Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant