From 2781336b34f25cb89719d7391f064e6d619abbe4 Mon Sep 17 00:00:00 2001 From: chenxiaobaobb <2664761650@qq.com> Date: Fri, 29 Aug 2025 06:52:32 +0000 Subject: [PATCH] =?UTF-8?q?hidumper=20=E5=91=BD=E4=BB=A4=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenxiaobaobb <2664761650@qq.com> --- services/core/src/standby_service_impl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/core/src/standby_service_impl.cpp b/services/core/src/standby_service_impl.cpp index 102473c..4a48ecd 100644 --- a/services/core/src/standby_service_impl.cpp +++ b/services/core/src/standby_service_impl.cpp @@ -1637,11 +1637,14 @@ void StandbyServiceImpl::DumpUsage(std::string& result) " {--poweroff} power off strategy\n" " {--powersave} enable power save firwwall\n" " {--halfhour} screen off for half hour\n" + " -O show the subscriber list:\n" " -T {switch name} {on or off} turn on or turn off some switches, switch can be debug,\n" " nap_switch, sleep_switch, detect_motion, other\n" " switch only be used after open debug switch\n" " -C {parameter name} {parameter value} change config parameter, only can be used when debug\n" " -P sending network limiting and restoring network broadcasts\n" + " --poweroverused {module name} {level} send module power overused:\n" + " --actionchanged {module name} {action} send module aciton changed:\n" " {--whitelist} {parameter value} send whitelist changes event\n" " {--ctrinetwork} send network limiting broadcasts\n" " {--restorectrlnetwork} send restore network broadcasts\n"; -- Gitee