Skip to content

Commit 9b0618c

Browse files
committed
fix: update redacted values to remove sensitive values
1 parent 27c1958 commit 9b0618c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def diagnostic_data(self) -> dict[str, Any]:
129129

130130
T = TypeVar("T")
131131

132-
REDACT_KEYS = {"duid", "localKey", "mac", "bssid"}
132+
REDACT_KEYS = {"duid", "localKey", "mac", "bssid", "sn", "ip"}
133133
REDACTED = "**REDACTED**"
134134

135135

0 commit comments

Comments
 (0)