Skip to content

Commit 6650a5c

Browse files
committed
feat: Update the cli cache to also store network info
A follow up step will support caching network info for the new device manager API, and will use the CLI to do this.
1 parent d34b377 commit 6650a5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from dataclasses import dataclass
55
from pathlib import Path
66
from typing import Any
7+
from dataclasses import dataclass, field
78

89
import click
910
from pyshark import FileCapture # type: ignore

0 commit comments

Comments
 (0)