This adds the mechanism to handle features on a device for custom data and/or reporting outside the update mechanism. Features are isolated from the socket as to not get in the way of potential updates and can be defined in external libs as well as this one by implementing the NervesHubLink.Features behavior.
Next idea of the previously defined "extensions"
This adds the mechanism to handle features on a device for custom data and/or reporting outside the update mechanism. Features are isolated from the socket as to not get in the way of potential updates and can be defined in external libs as well as this one by implementing the
NervesHubLink.Features
behavior.