Tuesday, September 30, 2025
1 change · master
Code cleanup and technical improvements
IoT box setup now keeps each connection token on a draft IoT Box record instead of using one shared system value. This lets businesses connect several IoT boxes in parallel more reliably, with added tests covering the new connection flow.
Original PR description
We rewrote the iot box/db shared token logic as storing it in as a system parameter didn't allow connecting multiple iot boxes at once. We now create a draft IoT Box record storing the token, that we update with new info once the iot box with the same token calls the setup controller. Task: 5085127