From ac2ee45fadc64fe840bbba6264df3ca4622adb15 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期日, 12 一月 2020 16:06:13 +0800 Subject: [PATCH] 2020-01-12 1.优化修改。 --- Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs index 5a7fd32..2f2b002 100644 --- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs +++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs @@ -61,5 +61,7 @@ public readonly static string UnableToBindGateway = "This gateway is already bound to one residence, please reset it before binding to another residence.Or long press the gateway button 3S, the red light is always on to enter the forced binding mode!"; //缃戝叧鍥轰欢鐗堟湰杩囦綆锛岃鍏堝崌绾э紒 public readonly static string GatewayVersionLow = "The gateway firmware version is too low, please upgrade first!"; + //璇峰厛缁戝畾鏃犵嚎缃戝叧 2020-01-11 + public readonly static string BindGatewayFirst = "Please bind the wireless gateway first!"; } } -- Gitblit v1.8.0