You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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
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.
The text was updated successfully, but these errors were encountered: