From e863d515ed8df83ad4d30a072e03c24bb5f7c706 Mon Sep 17 00:00:00 2001 From: whd <7058128+superwhd@users.noreply.github.com> Date: Fri, 20 Aug 2021 23:04:42 +0800 Subject: [PATCH] [docs] update README_SRP_SERVER.md (#6935) Give more informational description about the srp server state command. --- src/cli/README_SRP_SERVER.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cli/README_SRP_SERVER.md b/src/cli/README_SRP_SERVER.md index 22b6257d2..f53a3ff6a 100644 --- a/src/cli/README_SRP_SERVER.md +++ b/src/cli/README_SRP_SERVER.md @@ -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