Summary
- Read mute state from wpctl at bot startup and use it for the initial controls keyboard.
- Toggle the reply keyboard label between Mute and Unmute after mute state changes.
- Stop sending Mute: on/off messages while keeping volume status replies.
Test Plan
- uv run pytest -q
- uv run python -m compileall rctl_bot main.py
## Summary
- Read mute state from wpctl at bot startup and use it for the initial controls keyboard.
- Toggle the reply keyboard label between Mute and Unmute after mute state changes.
- Stop sending Mute: on/off messages while keeping volume status replies.
## Test Plan
- uv run pytest -q
- uv run python -m compileall rctl_bot main.py