From 5bed96bdc308ee10e1a5e9bd7ff056ed67808d02 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 13 十二月 2022 11:29:49 +0800 Subject: [PATCH] 备份iOS --- SmartHome/HDL/Operation/Control.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/SmartHome/HDL/Operation/Control.cs b/SmartHome/HDL/Operation/Control.cs index 0b0b1b2..a7476dc 100644 --- a/SmartHome/HDL/Operation/Control.cs +++ b/SmartHome/HDL/Operation/Control.cs @@ -204,6 +204,8 @@ case Command.READ_JOG_OPEN_TIME_ACK: case Command.SET_JOG_CLOSE_TIME_ACK: case Command.READ_JOG_CLOSE_TIME_ACK: + case Command.GetRemoteOnePortInfoACK: + case Command.GetRemoteOnePortListInfoACK: receiveFlag += ""; break; case Command.ControlMusicModel1ACK: @@ -545,6 +547,8 @@ case Command.READ_JOG_OPEN_TIME_CMD: case Command.SET_JOG_CLOSE_TIME_CMD: case Command.READ_JOG_CLOSE_TIME_CMD: + case Command.GetRemoteOnePortInfo: + case Command.GetRemoteOnePortListInfo: this.SendFlag += ""; break; case Command.ControlMusicModel2: -- Gitblit v1.8.0