Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@nshoes nshoes released this 04 Dec 20:03
· 22 commits to main since this release
8268c16

This update includes Extensions, a mechanism to handle extensions on a device for custom data and/or reporting outside the firmware update mechanism. These are isolated from the socket as to not get in the way of potential firmware updates and can be defined in external libs as well as this one by implementing the NervesHubLink.Extensions behavior. Extensions are controlled by NervesHub and can be adjusted at the product or device level for granular control.

  • Added

    • Add support for Extensions using the Socket (#228)
      • Initial extensions supported are NervesHubLink.Extensions.Health and
        NervesHubLink.Extensions.Geo
  • Updated

    • Bump device_api_version to 2.2.0; check README for details (#255)