mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-01 13:48:15 +00:00
Add RV30 Max fixture using klap
map names and area names are scrubbed manually. note that there is no redactor for "name" as it is used in other contexts, too...
This commit is contained in:
@@ -71,6 +71,9 @@ REDACTORS: dict[str, Callable[[Any], Any] | None] = {
|
||||
"custom_sn": lambda _: "000000000000",
|
||||
"location": lambda x: "#MASKED_NAME#" if x else "",
|
||||
"map_data": lambda x: "#SCRUBBED_MAPDATA#" if x else "",
|
||||
"map_name": lambda x: "I01BU0tFRF9OQU1FIwo=", # #MASKED_NAME#
|
||||
# unknown robovac binary blob in get_device_info
|
||||
"cd": lambda x: "I01BU0tFRF9CSU5BUlkjCg==", # #MASKED_BINARY#
|
||||
}
|
||||
|
||||
# Queries that are known not to work properly when sent as a
|
||||
|
||||
Reference in New Issue
Block a user