From e1c35ade69cb253e8780dbedb4d244530fc88725 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 12 十二月 2022 09:59:55 +0800 Subject: [PATCH] 组名搜索 --- SmartHome/UI/SimpleControl/CommonPage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SmartHome/UI/SimpleControl/CommonPage.cs b/SmartHome/UI/SimpleControl/CommonPage.cs index 4910531..7036563 100644 --- a/SmartHome/UI/SimpleControl/CommonPage.cs +++ b/SmartHome/UI/SimpleControl/CommonPage.cs @@ -88,7 +88,7 @@ return; } DeviceType deviceType = (DeviceType)(usefullBytes [2] * 256 + usefullBytes [3]); - if (usefullBytes [2] == 254 && usefullBytes [3] < 7) { + if (usefullBytes [2] == 254 && usefullBytes [3] < 8) { GatewayBase gatewayBase = new GatewayBase (); gatewayBase.DeviceTypeNumber = deviceTypeNumber; gatewayBase.SubnetID = subnetID; -- Gitblit v1.8.0