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"; @@ -1734,6 +1738,7 @@ { var spkList = new List<string>(); //spkList.Add(SensorLight); spkList.Add(sensorPirhold); spkList.Add(SensorPir); spkList.Add(SensorHelp); spkList.Add(SensorDoorWindow);