HDL_ON/Entity/Function/Function.cs
@@ -1681,6 +1681,10 @@ /// </summary> public const string SensorPir = "sensor.pir"; /// <summary> /// 人体存在传感器 /// </summary> public const string SensorPirHold = "sensor.pir_hold"; /// <summary> /// (门窗传感器) /// </summary> public const string SensorDoorWindow = "sensor.doorwindow"; @@ -1735,6 +1739,7 @@ var spkList = new List<string>(); //spkList.Add(SensorLight); spkList.Add(SensorPir); spkList.Add(SensorPirHold); spkList.Add(SensorHelp); spkList.Add(SensorDoorWindow); spkList.Add(SensorSmoke);