Crabtree/SmartHome/UI/SimpleControl/CommonPage.cs
@@ -108,6 +108,14 @@ static void Packet_ReceiveEvent (byte subnetID, byte deviceID, Command command, byte [] usefullBytes) { #if DEBUG string ssc = $"{command.ToString()} : " + subnetID + "," + deviceID + ","; foreach (var bin in usefullBytes) { ssc += bin + ","; } Utlis.WriteLine (ssc); #endif try { List<byte> ButtonBkeyModelList = new List<byte> (); switch (command) {