From 4a9844ac95e2ff67b2a2b1082c30f15c561866c6 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 11 三月 2022 16:35:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into wxr0114 --- HDL_ON/Common/R.cs | 65 ++++++++++++++++++++++++++++++++ 1 files changed, 65 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 5ffb8da..68b7cc3 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,71 @@ { public static class StringId { + + /// <summary> + /// 璁惧绂荤嚎涓紝鏆傛椂鏃犳硶鎿嶄綔 + /// </summary> + public const int DeviceOfflineCannotOption = 532; + /// <summary> + /// 浜斿垎閽熷唴鍏嶅瘑鐮佸紑閿� + /// </summary> + public const int DoorLock5minTip = 531; + /// <summary> + /// 涓洪槻姝㈠紑鍏抽棬鐨勮瑙︾偣鍑伙紝淇濊瘉瀹跺涵瀹夊叏锛岃杈撳叆鎮ㄧ殑闂ㄩ攣寮�闂ㄥ瘑鐮併�� + /// </summary> + public const int DoorLockEntryPasswordTip = 530; + /// <summary> + /// 瀵嗙爜杈撳叆 + /// </summary> + public const int EntryPassword = 529; + /// <summary> + /// 鍥轰欢鏇存柊 + /// </summary> + public const int FirmwareUpdate = 528; + /// <summary> + /// 鏀寔HomeKit璇存槑 + /// </summary> + public const int SupportHomeKitNotes = 527; + /// <summary> + /// 娉ㄩ攢璐﹀彿 + /// </summary> + public const int CancelAccount = 526; + /// <summary> + /// 鍚敤 + /// </summary> + public const int Enable = 525; + /// <summary> + /// 鍋滅敤 + /// </summary> + public const int Bypass = 524; + /// <summary> + /// 瑙﹀彂鍚庡欢鏃舵姤璀� + /// </summary> + public const int DelayAlarm = 523; + /// <summary> + /// 鍒锋柊 + /// </summary> + public const int Refresh = 522; + /// <summary> + /// 鍔熺巼(W) + /// </summary> + public const int ActivePowerAndUnit = 521; + /// <summary> + /// 鐢垫祦(A) + /// </summary> + public const int CurrentAndUnit = 520; + /// <summary> + /// 鐢靛帇(V) + /// </summary> + public const int VoltageAndUnit = 519; + /// <summary> + /// 绱鐢ㄧ數 + /// </summary> + public const int CumulativePowerConsumption = 518; + /// <summary> + /// 鐬椂鍊� + /// </summary> + public const int InstantaneousValue = 517; /// <summary> /// 鎾ら攢鍚屾剰 /// </summary> -- Gitblit v1.8.0