mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
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:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user