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
+2 -2
View File
@@ -29,8 +29,8 @@
<ipAddress>192.168.1.100</ipAddress>
</networkInfo>
<networkInfo type="SMSC">
<macAddress>08DF1F0BA32A</macAddress>
<ipAddress>192.168.1.100</ipAddress>
<macAddress>1234567890AC</macAddress>
<ipAddress>192.168.1.101</ipAddress>
</networkInfo>
<moduleType>scm</moduleType>
<variant>spotty</variant>