mac
2023-12-18 10be73464e4e1d5f716f42702c2c023f8e56041f
2023年12月18日10:49:00

产品经理要求自动化输入条件默认“动作检测”条件;
1个文件已修改
2 ■■■ 已修改文件
HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
@@ -109,7 +109,7 @@
        /// <summary>
        /// 检测类型 配合condition_type=3时使用,没有该字段、该值或0: 状态检测(每次收到状态就成立),1:动作检测(需要切换状态才成立);
        /// </summary>
        public string detect_type = "0";
        public string detect_type = "1";
        /// <summary>
        /// 人体移动传感器(带持续时间)
        /// </summary>