File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ class ConnectAttempt(NamedTuple):
156
156
"device_id" : lambda x : "REDACTED_" + x [9 ::],
157
157
"owner" : lambda x : "REDACTED_" + x [9 ::],
158
158
"mac" : mask_mac ,
159
+ "master_device_id" : lambda x : "REDACTED_" + x [9 ::],
160
+ "group_id" : lambda x : "REDACTED_" + x [9 ::],
161
+ "group_name" : lambda x : "I01BU0tFRF9TU0lEIw==" ,
159
162
}
160
163
161
164
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ class DiscoveryResponse(TypedDict):
31
31
"device_model" : "X20" ,
32
32
"device_type" : "HOMEWIFISYSTEM" ,
33
33
"factory_default" : False ,
34
- "group_id" : "12345623107d902da02fa9beab8a64 " ,
35
- "group_name" : "TDBiaXQwV2lmaQ ==" ,
34
+ "group_id" : "REDACTED_07d902da02fa9beab8a64 " ,
35
+ "group_name" : "I01BU0tFRF9TU0lEIw ==" , # '#MASKED_SSID#'
36
36
"hardware_version" : "3.0" ,
37
37
"ip" : "192.168.1.192" ,
38
38
"mac" : "24:2F:D0:00:00:00" ,
39
- "master_device_id" : "8228ddc1f51f72a752213a6c45203530 " ,
39
+ "master_device_id" : "REDACTED_51f72a752213a6c45203530 " ,
40
40
"need_account_digest" : True ,
41
41
"owner" : "REDACTED_341c020d7e8bda184e56a90" ,
42
42
"role" : "master" ,
You can’t perform that action at this time.
0 commit comments