| | |
| | | //_RoomNotSupportFunctionList.Add(SPK.MusicStandard); |
| | | //_RoomNotSupportFunctionList.Add(SPK.AvMusic); |
| | | _RoomNotSupportFunctionList.Add(SPK.AirSwitch); |
| | | _RoomNotSupportFunctionList.Add(SPK.AirSwitchP3); |
| | | _RoomNotSupportFunctionList.Add(SPK.ElectricEnergy); |
| | | //_RoomNotSupportFunctionList.Add(SPK.OtherCommon); |
| | | _RoomNotSupportFunctionList.Add(SPK.SensorLight); |
| | |
| | | public static void Log(string msg) |
| | | { |
| | | #if DEBUG |
| | | //if (msg.Contains("收到数据") |
| | | // || msg.Contains("发送") |
| | | // ) |
| | | if (msg.Contains("收到数据") |
| | | || msg.Contains("发送") |
| | | || msg.Contains("接收到推送") |
| | | |
| | | ) |
| | | Console.WriteLine(msg); |
| | | #endif |
| | | } |