From 28ced70da49f6f019bee6c4ff2788d630f0f5978 Mon Sep 17 00:00:00 2001 From: hk_js Date: Tue, 20 Sep 2022 10:25:21 +0800 Subject: [PATCH] add wake and power command Signed-off-by: hk_js --- graphic/windowstandard/Test.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/graphic/windowstandard/Test.json b/graphic/windowstandard/Test.json index 8c0cc8a0f..54d236836 100644 --- a/graphic/windowstandard/Test.json +++ b/graphic/windowstandard/Test.json @@ -15,6 +15,13 @@ ], "type": "AppInstallKit", "cleanup-apps": true + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602" + ] } ] } \ No newline at end of file -- GitLab