From 1dade03e0e71076af3a3de1bf10ba6cad61ac216 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 01 二月 2021 19:22:38 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into NewFilePath --- HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs old mode 100755 new mode 100644 index e3020d9..f81a3b0 --- a/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs +++ b/HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs @@ -53,6 +53,7 @@ /// </summary> public void LoadFunctionDiv() { + //todo 澧炲姞璁惧锛屽鍔犲姛鑳藉垪琛ㄥ崱鐗� if (function == null) { this.RemoveFromParent(); @@ -172,6 +173,9 @@ case SPK.ElectricTuyaWeepRobot: btnIcon.UnSelectedImagePath = "FunctionIcon/Electrical/WeepRobotThinIcon.png"; break; + case SPK.ElectricTuyaWaterValve: + btnIcon.UnSelectedImagePath = "FunctionIcon/Electrical/WaterValve/WaterValveIcon.png"; + break; } btnSwitch.IsSelected = function.trait_on_off.curValue.ToString() == "on"; break; -- Gitblit v1.8.0