| | |
| | | public bool CloudOverallMsgReceiveEx(string topic, byte[] byteData, string mqttEncryptKey, string homeIdEncryptKey) |
| | | { |
| | | //设备入网上报主题 |
| | | if (topic == $"/user/{Entity.DB_ResidenceData.Instance.CurrentRegion.RegionID}/app/thing/topo/found") |
| | | if (topic == $"/user/{Entity.DB_ResidenceData.Instance.CurrentRegion.id}/app/thing/topo/found") |
| | | { |
| | | if (string.IsNullOrEmpty(homeIdEncryptKey) == false) |
| | | { |
| | |
| | | if (ListCloudEvent.Count == 0) { return false; } |
| | | |
| | | //设备入网上报主题(目前只有红外宝) |
| | | if (topic == $"/user/{Entity.DB_ResidenceData.Instance.CurrentRegion.RegionID}/app/thing/topo/found") |
| | | if (topic == $"/user/{Entity.DB_ResidenceData.Instance.CurrentRegion.id}/app/thing/topo/found") |
| | | { |
| | | for (int i = 0; i < this.ListCloudEvent.Count; i++) |
| | | { |