From d6fb0646531172f23648441c224cdcccd721b894 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期一, 14 十二月 2020 09:59:01 +0800 Subject: [PATCH] 请合并代码,完成晾衣架最终功能。 --- ZigbeeApp/Shared/Phone/ZigBee/Common/RemoteOperatorConsts.cs | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Common/RemoteOperatorConsts.cs b/ZigbeeApp/Shared/Phone/ZigBee/Common/RemoteOperatorConsts.cs new file mode 100755 index 0000000..b9ec19e --- /dev/null +++ b/ZigbeeApp/Shared/Phone/ZigBee/Common/RemoteOperatorConsts.cs @@ -0,0 +1,44 @@ +锘縰sing System; + +namespace ZigBee.Common +{ + public sealed class RemoteOperatorConsts + { + /// <summary> + /// 鎿嶄綔鎴愬姛 + /// </summary> + public const string SUCCESS = "Success"; + + /// <summary> + /// 鎿嶄綔鎴愬姛:楂樺厔鐗堟湰鎴愬姛 + /// </summary> + public const string SUCCESS_UPPER = "SUCCESS"; + + /// <summary> + /// 鍙傛暟鏈夎 + /// </summary> + public const string PARAMETER_OR_EMPTY = "ParameterOrEmpty"; + + /// <summary> + /// 浠igbeeApp_寮�澶� + /// </summary> + public const string ZIGBEE_APP_UNDER_STARTS_WITH = "ZigbeeApp_"; + + /// <summary> + /// 杩炴帴浜戠Mqtt鎴愬姛鍚庯紝鍝嶅簲鐨勪富棰樺悕绉� + /// </summary> + public const string ZIGBEE_APP_CONNECT_MQTT_BROKER_SUCCESS = "/ZigbeeAppConnectMqttBrokerSuccess"; + + /// <summary> + /// 浠igbeeApp寮�澶� + /// </summary> + public const string ZIGBEE_APP_STARTS_WITH = "ZigbeeApp"; + + + /// <summary> + /// 甯藉彿 + /// </summary> + public const char CAP_NUMBER = ':'; + + } +} -- Gitblit v1.8.0