nRF ios Provision localElements Publish setting

I am using nrf provision ios library to write an iOS app for our ble mesh nrf based device. 

I have everything working, but to publish from the phone to the device, the local node has to be configured. The localElements of the MeshNetworkManager are not loaded with after reloading the saved network info. This makes it so that I have to repopulate the localElements on app load every time.

This is slow because I have to send Config messages for all my elements to my local node (on phone). Is there any way to set the publish values of the local elements without having to publish a message to the phone? It seems like the node.publish() setting is not accessible, even for the local node.

Parents Reply Children
No Data
Related