From c06d8a0b3e3010a06e784ff2d078d4ef59a9ac66 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 18 十二月 2020 17:47:36 +0800 Subject: [PATCH] 2020-12-18 1.房间楼层控件封装FloorSelectPopupDialog、DiySelectPopupDialog --- HDL_ON/Entity/Function/Function.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index 2fd3da8..e2ffa2b 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -343,6 +343,7 @@ ApiAlinkControlActionObj aaao = new ApiAlinkControlActionObj(); aaao.deviceId = this.deviceId; aaao.spk = this.spk; + aaao.bus = this.bus; foreach (var kv in keyValues) { aaao.attributes.Add(new AlinkControlAttributes() @@ -643,15 +644,15 @@ /// <summary> /// 瀹剁數銆佹彃搴� /// </summary> - public const string ElectricSocket = "electric.socket "; + public const string ElectricSocket = "electrical.socket"; /// <summary> /// 瀹剁數銆佺數瑙� /// </summary> - public const string ElectricTV = "electric.tv"; + public const string ElectricTV = "electrical.tv"; /// <summary> /// 瀹剁數銆侀鎵� /// </summary> - public const string ElectricFan = "electric.fan"; + public const string ElectricFan = "electrical.fan"; } } \ No newline at end of file -- Gitblit v1.8.0