ConfigurationClient
Client for configuring mesh nodes after provisioning.
The Configuration Client communicates with a node's Configuration Server using the Device Key. Configuration operations include:
Adding and binding application keys
Setting publication and subscription addresses
Configuring node features (relay, proxy, friend)
Retrieving composition data
DeviceKey Limitation (Phase 1)
Configuration messages should be encrypted with the node's Device Key, but MeshNetwork.send currently only supports AppKey encryption. In Phase 1, configuration messages are sent via the same send path as model messages. A dedicated sendConfig API using DeviceKey will be added in a future phase.
Functions
Add an application key to a node.
Subscribe a model to a group or virtual address.
Bind an application key to a specific model on an element.
Get the composition data (page 0) from a node.
Get the default TTL for outbound messages from a node.
Remove a subscription from a model.
Set the default TTL for outbound messages from a node.
Enable or disable friend feature on a node.
Enable or disable proxy feature on a node.
Set the publication address for a model.