Open wintuvogga opened 2 years ago
I have forked. I will add these apis and create a pull request in a week or two.
Hello @wintuvogga, Thanks for the feature request :+1:
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
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.