mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 08:59:52 +00:00
[netdata] add api to check if joiner is in steering data (#5392)
This commit is contained in:
@@ -55,6 +55,7 @@ proc setup_nodes {} {
|
||||
expect "Commissioner: active"
|
||||
send "commissioner joiner add $eui64 $psk\n"
|
||||
expect "Done"
|
||||
wait_for "netdata steeringdata check $eui64" "Done"
|
||||
send "channel\n"
|
||||
expect -re {(\d+)}
|
||||
set channel $expect_out(1,string)
|
||||
|
||||
Reference in New Issue
Block a user