[*] 日常优化

This commit is contained in:
acgist
2023-08-21 08:04:01 +08:00
parent 9c54ffff0a
commit 58d02a3065
3 changed files with 10 additions and 11 deletions

View File

@@ -3237,7 +3237,7 @@ class Taoyao extends RemoteClient {
/**
* 重启系统信令
*
* @returns 重启系统
* @returns 重启系统结果
*/
async systemReboot() {
return await this.request(protocol.buildMessage("system::reboot", {}));
@@ -3246,7 +3246,7 @@ class Taoyao extends RemoteClient {
/**
* 关闭系统信令
*
* @returns 关闭系统
* @returns 关闭系统结果
*/
async systemShutdown() {
return await this.request(protocol.buildMessage("system::shutdown", {}));