HDL_ON/Entity/Function/Function.cs
@@ -1793,7 +1793,7 @@ /// <summary> /// 猫眼(新spk 暂时没用) /// </summary> //public const string PeepholeEz = "security.peephole.ez"; public const string PeepholeEz = "security.peephole.ez"; /// <summary> /// 萤石视频门锁 /// </summary> @@ -1840,6 +1840,8 @@ { var list = new List<string>(); list.Add(Ev_Ipcam); list.Add(Peephole); list.Add(PeepholeEz); return list; }