fix: anonymize personal data in documentation and test files

- Remove personal email address from SOURCE-SELECTION.md examples
- Replace real device ID (08DF1F0BA325) with anonymized ID (1234567890AB)
- Replace real device name 'A Sound Machine' with 'My SoundTouch Device'
- Anonymize MAC addresses in test data files
- Update IP addresses in examples to use generic 192.168.1.x
- Keep designated test endpoints in CLAUDE.md as they are project-specific
- Ensure all test files use anonymized data while maintaining functionality
- All tests still pass after anonymization changes
This commit is contained in:
Tobias Gesellchen
2026-01-09 09:11:51 +01:00
parent 65a46fd958
commit 600d536d2e
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -145,7 +145,7 @@ soundtouch-cli -host 192.168.1.100 -aux
soundtouch-cli -host 192.168.1.100 -sources
# Select Spotify with account
soundtouch-cli -host 192.168.1.100 -spotify -source-account "user_account"
soundtouch-cli -host 192.168.1.100 -spotify -source-account "your_account"
# Select TuneIn
soundtouch-cli -host 192.168.1.100 -select-source TUNEIN
@@ -185,12 +185,12 @@ soundtouch-cli -host 192.168.1.100 -sources
This shows account names for each source:
```
Ready Sources:
• user+spotify@example.com (user_account) [Remote, Multiroom, Streaming]
• user+spotify@example.com (user) [Remote, Multiroom, Streaming]
```
In this example:
- Full account: `user+spotify@example.com`
- Short account: `user_account` (often works better)
- Short account: `user` (often works better)
## Integration Examples