Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

0.24.2

Choose a tag to compare

@brocaar brocaar released this 26 Feb 16:49
· 472 commits to master since this release

Improvements:

  • MQTT topics are now configurable through the configuration file.
    See Configuration.

  • Internal cleanup of mac-command handling.

    • When issuing mac-commands, they are directly added to the downlink
      context instead of being stored in Redis and then retrieved.
    • For API consistency, the gRPC method
      EnqueueDownlinkMACCommand has been renamed to CreateMACCommandQueueItem.

Bugfixes:

  • Fix typo in create_gateway_on_stats config mapping. (thanks @mkiiskila, #295)