From 1fa13087ee7be5502e2e42cbd07cf185cbc69a9c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 12 十月 2023 13:57:23 +0800 Subject: [PATCH] Merge branch 'wxr-2.1' into wxr-2.2 --- HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs b/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs index 83623d5..2fb6578 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/HisenseTV /HisenseTvPage.cs @@ -168,8 +168,7 @@ //寮�鏈� kaijiFL.SetClickListener((fl, btnImage, btnText) => { - //Send.Current.Open("b7686438"); - ControlCommand(HisenseTVFunctionalAttributeConstant.on_off, "on"); + ControlCommand(HisenseTVFunctionalAttributeConstant.wol, "on"); }); //鍏虫満 @@ -303,7 +302,7 @@ return; } - if (!this.device.online) + if (!this.device.online&& key!= HisenseTVFunctionalAttributeConstant.wol) { //璁惧涓嶅湪绾挎帶鍒跺け璐� Application.RunOnMainThread(() => -- Gitblit v1.8.0