wjc
2023-06-05 e27305d6720bb4238307731f95c03e5e38f19380
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,7 +1738,9 @@
        {
            var spkList = new List<string>();
            //spkList.Add(SensorLight);
            spkList.Add(sensorPirhold);
            spkList.Add(SensorPir);
            spkList.Add(SensorPirHold);
            spkList.Add(SensorHelp);
            spkList.Add(SensorDoorWindow);
            spkList.Add(SensorSmoke);