fix: use transaction id in reset response #36

Open
opened 2026-04-05 17:54:02 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @notpeelz on 2/28/2026

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

*Originally created by @notpeelz on 2/28/2026* Changes the reset response to use the transaction id of the request, for use in [solarxr-cli](https://github.com/notpeelz/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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Server#36