HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection4Page.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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";