tzy
2021-06-09 f7e24de32b56107b85cd9ed8fc3439c83d4c0d9e
添加红外宝时,把住宅id也发给它
1个文件已修改
2 ■■■ 已修改文件
HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection4Page.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection4Page.cs
@@ -541,7 +541,7 @@
        /// <returns></returns>
        private string GetSendToBluetoothData()
        {
            var pra = new { id = "id010203", ssid = this.wifiName, password = this.wifiPsw };
            var pra = new { id = "id010203", ssid = this.wifiName, password = this.wifiPsw, homeId = Entity.DB_ResidenceData.Instance.CurrentRegion.id };
            var praData = Newtonsoft.Json.JsonConvert.SerializeObject(pra);
            var sendData = "Topic:/user/id/custom/wifi/set\r\n";