JLChen
2020-01-12 ac2ee45fadc64fe840bbba6264df3ca4622adb15
Crabtree/SmartHome/HDL/Operation/Control.cs
@@ -153,6 +153,18 @@
                case Command.UpdataLightDimmingTheLargestLevelACK:
                case Command.UpdataLightDimmingMaximumOrMinimumACK:
                case Command.WriteManageWirelessNetACK:
                //**********新增mqtt上位机协议**********
                case Command.ReadGateWayURLACK:
                case Command.SetGateWayURLACK:
                case Command.ReadGateWayClientIDUsernamePasswordACK:
                case Command.SetGateWayClientIDUsernamePasswordACK:
                case Command.ReadGateWayAESEncryptionACK:
                case Command.SetGateWayAESEncryptionACK:
                case Command.ReadGateWayTopicACK:
                case Command.SetGateWayTopicACK:
                case Command.ReadGateWayAdminInfoACK:
                case Command.SetGateWayAdminInfoACK:
                //************************************
                case Command.ReadGateWayModelInfoACK:
                case Command.ReadGatewayServerIPACK:
                case Command.SetGateWayModelInfoACK:
@@ -470,6 +482,18 @@
            case Command.WriteManageWirelessNet:
            case Command.UpdataLightDimmingTheLargestLevel:
            case Command.UpdataLightDimmingMaximumOrMinimum:
            //**********新增mqtt上位机协议**********
            case Command.ReadGateWayURL:
            case Command.SetGateWayURL:
            case Command.ReadGateWayClientIDUsernamePassword:
            case Command.SetGateWayClientIDUsernamePassword:
            case Command.ReadGateWayAESEncryption:
            case Command.SetGateWayAESEncryption:
            case Command.ReadGateWayTopic:
            case Command.SetGateWayTopic:
            case Command.ReadGateWayAdminInfo:
            case Command.SetGateWayAdminInfo:
            //************************************
            case Command.ReadGateWayModelInfo:
            case Command.ReadGatewayServerIP:
            case Command.SetGateWayModelInfo: