HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-03-23 cc0d80c7d86c6d0167269b3408c4b30c24ce84e9
ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/ACZbGatewayUpdateMenuForm.cs
@@ -15,7 +15,7 @@
        /// <summary>
        /// 设备
        /// </summary>
        private AC deviceAc = null;
        private CommonDevice deviceAc = null;
        #endregion
@@ -26,7 +26,7 @@
        /// </summary>
        /// <param name="i_deviceAc">设备</param>
        /// <param name="hadNewVersion">拥有新版本</param>
        public void ShowForm(AC i_deviceAc, bool hadNewVersion)
        public void ShowForm(CommonDevice i_deviceAc, bool hadNewVersion)
        {
            this.deviceAc = i_deviceAc;