From ab2e9523bfaff199584fbae3797b38e81fd591de Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 30 八月 2022 17:41:37 +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