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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Improved UI.
Adds support for Multiple Provisioner management.
New API added to Create, Add, Update and delete provisioners. To every new provisioner created, a node will be added to the mesh network.
Supports allocating Unicast/Group and Scene ranges to a provisioner. In case the ranges conflict the app supports resolving conflicing ranges.
A provisioner now allowed to provision a node without having a unicast address assigned to it, however the provisioner will have to assign an address to itself to continue the configuration process.
A provisioner can disable it's configuration capabilities which will unassign the address given to it. This will also result in deleting the node assigned to the provisioner.
Adds support for Network/Application Key management
Create, Add and Update multiple NetworkKeys and Applications.
Each ApplicationKey can be now bound to a Network Key. The bound network key can retreived.from the boundNetkeyIndex property from the ApplicationKey.
Adds support for Virtual addresses
Sending messages to virtual addresses
Creating groups using virtual addresses
Adds support for renaming elements and nodes.
Adds ConfigDefaultTTLGet, NetworkTransmitSet to provisioning process.
Adds support for for all NetKey,Appkey, Publication, Subscription messages.
Swipe models view to get Bound App Keys, Publication and Subscriptions.
Swipe keys view within elements view to list Net Keys and App Keys added to a node.
Improvements to Network Import/Export. Please note that this may contain breaking changes.
Fix importing network Json file from Google Drive and better error handling.
Fix Retransmit Interval in publication and other improvements.