From a6e88ed16c1c2e28b209450d5c9abc21005ec5ee Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 24 六月 2021 16:57:36 +0800 Subject: [PATCH] 2021-06-24 1.增加网关动态密钥处理 --- Crabtree/SmartHome/UI/SimpleControl/R.cs | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/R.cs b/Crabtree/SmartHome/UI/SimpleControl/R.cs index 84d984b..67b1f81 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/R.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/R.cs @@ -1204,6 +1204,23 @@ /// Do you want to synchronize all local devices and scenes to the cloud? This will be used for timer and alexa voice control functions. /// </summary> public const int DoYouWantToSynchronizeToTheCloud = 20061; + /// <summary> + /// Resend + /// </summary> + public const int Resend = 20062; + /// <summary> + /// DoYouWantToUnbind + /// </summary> + public const int DoYouWantToUnbind = 20063; + /// <summary> + /// Unbind successfully + /// </summary> + public const int UnbindSuccessfully = 20064; + /// <summary> + /// Please enter content + /// </summary> + public const int PleaseEnterContent = 20065; + #endregion } -- Gitblit v1.8.0