wxr
2024-06-07 56da43f1e25a191cd83fb91c5756f19ef7431bb0
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) {