This repository was archived by the owner on May 2, 2025. It is now read-only.
0.24.2
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
EnqueueDownlinkMACCommandhas been renamed toCreateMACCommandQueueItem.
- When issuing mac-commands, they are directly added to the downlink
Bugfixes:
- Fix typo in
create_gateway_on_statsconfig mapping. (thanks @mkiiskila, #295)