You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,26 @@ Options:
23
23
Commands:
24
24
ota
25
25
radio
26
+
pcap
26
27
```
27
28
28
29
# Network commands
29
30
Network commands require the radio type to be specified. See `zigpy radio --help` for the list of supported types.
31
+
If your radio requires a different baudrate than the radio library default (mainly EZSP), you must specify it as a command line option. For example, `zigpy radio --baudrate 115200 ezsp backup -`.
30
32
31
-
Reading network information:
33
+
## Network backup
34
+
35
+
```console
36
+
$ zigpy radio deconz /dev/ttyUSB0 network backup deconz-backup.json
37
+
```
38
+
39
+
## Network restore
40
+
41
+
```console
42
+
$ zigpy radio znp /dev/ttyUSB1 network restore deconz-backup.json
0 commit comments