From 9e2ae94d2d3f79fe063fcad7f01867348dc65e1d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 22 六月 2022 14:26:22 +0800 Subject: [PATCH] 备份 --- Crabtree/SmartHome/HDL/Operation/Control.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/Control.cs b/Crabtree/SmartHome/HDL/Operation/Control.cs index e56a814..1eedbc0 100644 --- a/Crabtree/SmartHome/HDL/Operation/Control.cs +++ b/Crabtree/SmartHome/HDL/Operation/Control.cs @@ -147,10 +147,12 @@ receiveFlag += string.Format ("{0}", usefulBytes [0]); break; case Command.ReadDeviceModulACK: - case Command.ReadGatewayACK: case Command.ReadSecurityStatusACK: receiveFlag = string.Format ("{0},{1}", usefulBytes [0], usefulBytes [1]); break; + case Command.ReadGatewayACK: + receiveFlag = string.Format ("{0},{1}", usefulBytes [0], usefulBytes [1]); + break; case Command.UpdataLightDimmingTheLargestLevelACK: case Command.UpdataLightDimmingMaximumOrMinimumACK: case Command.WriteManageWirelessNetACK: -- Gitblit v1.8.0