wxr
2022-05-30 48dc77a381eb33b0057ad496c02577806d2b5b5c
Crabtree/SmartHome/UI/SimpleControl/CommonPage.cs
@@ -98,6 +98,16 @@
            try {
                List<byte> ButtonBkeyModelList = new List<byte> ();
                switch (command) {
                case Command.readGatewayVision:
                    var visionString = MyEncodingGB2312.GetString (usefullBytes);
                    Console.WriteLine ($"当前网关版本信息:{visionString}");
                    break;
                case Command.enjoyUpgradeACK://进入升级模式,升级印度网关,2022-05-30 11:26:48 wxr
                    var deviceName = MyEncodingGB2312.GetString (usefullBytes);
                    Console.WriteLine ($"当前网关:{deviceName}");
                    break;
                case Command.PushtoServer_DevMsg:
#if DEBUG
                    string pushBytesString = "PushtoServer_DevMsg : " + subnetID + "," + deviceID + ",";