From a3dfbcd5218270f9a75e6e32807b08215270b657 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 11 九月 2024 11:48:23 +0800 Subject: [PATCH] Merge branch 'feature/v2.5_极光推送' into feature/V2.6.0_google --- HDL_ON/UI/UI1-Login/LoginPage.cs | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 3efbe95..0800f63 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -913,21 +913,7 @@ #if DEBUG - var hesTv = new Function() - { - sid = "hisense000000000001", - deviceId = "hisense000000000001", - name = "娴蜂俊鐢佃", - spk = SPK.ElectricalTvHisense, - - roomIds = new List<string>() { "1405771024583090178" }, - attributes = new List<FunctionAttributes>() - { - new FunctionAttributes() { key = "on_off",value =new List<string>(){ "off" }, curValue="on",state = "on" }, - new FunctionAttributes() { key = "wol",value =new List<string>(){ "on" }, curValue="on",state = "on" }, - } - }; - hesTv.SaveFunctionFile(); + var airSwitchP3 = new Function() -- Gitblit v1.8.0