fix: use transaction id in reset response by notpeelz · Pull Request #1767 · SlimeVR/SlimeVR-Server
Changes the reset response to use the transaction id of the request, for use in solarxr-cli.
The use case is for implementing a blocking mode (--wait option) in solarxr-cli reset <type>.
This is especially useful for chaining commands, eg:
solarxr-cli reset --delay 3 --wait full && notify-send "Full reset done"
solarxr-cli branch: https://github.com/notpeelz/solarxr-cli/tree/feat-reset-transaction