client.py
client.py copied to clipboard
Add XML command "PlaySound"
Add XML command "PlaySound". Similar to the JSON command, this plays hardcoded sound_id 30. Other sounds are possible via API, but not implemented.
Requires #560 to be merged before this PR, because it implements ExecuteCommand
in common.py
.
Summary by CodeRabbit
-
New Features
- Introduced a new command,
PlaySound
, enabling sound playback functionality within the application. - Expanded command capabilities to enhance user experience with sound-related commands.
- Introduced a new command,