mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 21:27:46 +00:00
[docs] update README_SRP_SERVER.md (#6935)
Give more informational description about the srp server state command.
This commit is contained in:
@@ -149,7 +149,11 @@ Done
|
||||
|
||||
Usage: `srp server state`
|
||||
|
||||
Print the state of the SRP server.
|
||||
Print the state of the SRP server. It could be `disabled`, `stopped` or `running`.
|
||||
|
||||
- disabled: The SRP server is not enabled.
|
||||
- stopped: The SRP server is enabled but not active due to existing SRP servers already active in the Thread network. The SRP server may become active when existing SRP servers are no longer active within the Thread network.
|
||||
- running: The SRP server is active and will handle service registrations.
|
||||
|
||||
```bash
|
||||
> srp server state
|
||||
|
||||
Reference in New Issue
Block a user