Compare commits
No commits in common. "cd148c30b5f0ed407a19125289901e10acfb3c8f" and "3b8f911c12303a51c984ad1429ad95d6db6cdc0e" have entirely different histories.
cd148c30b5
...
3b8f911c12
|
|
@ -27,7 +27,6 @@ public class DeviceManager : MonoSingleton<DeviceManager>
|
|||
public void GetSend2roomMsg(string data)
|
||||
{
|
||||
data = data.Replace("send2room", "");
|
||||
Debug.LogError("设备..:" + data);
|
||||
string[] info = data.Split(',');
|
||||
if (info.Length < 2) return;
|
||||
EquipmentCommon equipmentCommon = devices.Find(x => x.deviceID == info[1]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue