From 46a177eb1acf7ce91af7fe9ff57af87228de938d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 17 十月 2023 10:03:24 +0800 Subject: [PATCH] IOS库更新 --- 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