From cb9567eab8f5b417dfa13e904798eef5095e5248 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 21 十二月 2021 10:03:09 +0800 Subject: [PATCH] 安卓协议界面,插座电量功能 --- HDL_ON/UI/UI2/1-HomePage/HomePage.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs index 4d75015..3804598 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs @@ -390,7 +390,7 @@ SelectedImagePath = "Collection/DefenseStatusIcon.png", UnSelectedImagePath = "Collection/DisarmStatusIcon.png" }; - if (false && DB_ResidenceData.Instance.GatewayType == 1) + if (DB_ResidenceData.Instance.GatewayType == 1) { topView.AddChidren(btnSecurityStatus); @@ -553,6 +553,20 @@ #if DEBUG + FunctionList.List.Functions.Add(new Function() + { + spk = SPK.PanelSocket, + name = "闈㈡澘鎻掑骇", + attributes = new List<FunctionAttributes> + { + new FunctionAttributes(){ key = "on_off",curValue= "on",state = "on" }, + new FunctionAttributes(){ key = "on_off_usb",curValue= "on",state = "on" }, + new FunctionAttributes(){ key = "active_power",curValue= "220",state = "220" }, + new FunctionAttributes(){ key = "voltage",curValue= "5",state = "5" }, + new FunctionAttributes(){ key = "current",curValue= "110",state = "110" }, + new FunctionAttributes(){ key = "total_electricity",curValue= "123.33",state = "123.33" }, + } + }); //FunctionList.List.Functions.Add(new Function() //{ -- Gitblit v1.8.0