mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
req_status
This commit is contained in:
parent
15d1720da0
commit
4974f836bd
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ Line starting with \"$\" or \".\" will issue a meshcli command.
|
|||
await process_cmds(mc, ["wl"])
|
||||
|
||||
# same for request status
|
||||
elif line == "rs" or line == "request_status" :
|
||||
elif line == "rs" or line == "req_status" :
|
||||
args = ["rs", contact['adv_name']]
|
||||
await process_cmds(mc, args)
|
||||
await process_cmds(mc, ["ws"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue