Skip to content

Commit 716ae71

Browse files
authored
Add core:NetworkMacState to obfuscation script (#1897)
1 parent 0e0fe6f commit 716ae71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyoverkiz/obfuscate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def obfuscate_sensitive_data(data: dict[str, Any]) -> JSON:
5050
"homekit:SetupCode",
5151
"homekit:SetupPayload",
5252
"core:SSIDState",
53+
"core:NetworkMacState",
5354
]:
5455
mask_next_value = True
5556

0 commit comments

Comments
 (0)