From 4dce704aaf8587cf3f91cf88f2208315a03c4cbb Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 08 四月 2020 13:54:58 +0800 Subject: [PATCH] 先上传一个版本 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs index 06e5310..f478b5c 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs @@ -88,6 +88,15 @@ unSelectPic = "Device/ButtonPanelFangyueEight.png"; this.AddMenuRow(objectText, unSelectPic, "PanelFangyueEightButtonDirectionForm"); + //鏂规偊鏂伴灏忔ā鍧�,鍥剧墖鍜�3璺户鐢靛櫒灏忔ā鍧楃浉鍚� + objectText = Language.StringByID(R.MyInternationalizationString.DeviceModelId2310); + unSelectPic = "Device/RelayThreeLoad.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueFreshAirModulDirectionForm"); + //鏂规偊鏂伴闈㈡澘 + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId250); + unSelectPic = "Device/ButtonPanelFangyueFreshAir.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueFreshAirDirectionForm"); + //鏂规偊鐜闈㈡澘 objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId253); unSelectPic = "Device/ButtonPanelFangyueEnvironment.png"; -- Gitblit v1.8.0