| | |
| | | /// 时间点条件=1; |
| | | /// 时间段条件=2; |
| | | /// 设备状态变化条件=3; |
| | | /// 环境信息条件=4; |
| | | /// 环境信息条件=4(废弃); |
| | | /// 安防条件=5; |
| | | /// 云端天气条件=6; |
| | | /// 某个逻辑/场景的输出条件=7; |
| | | /// 地理围栏=8; |
| | | /// 空气质量=9(废弃); |
| | | /// 场景=10; |
| | | /// </summary> |
| | | public string condition_type = ""; |
| | | public List<Dictionary<string, string>> condition = new List<Dictionary<string, string>>(); |
| | |
| | | /// </summary> |
| | | public string sid = ""; |
| | | /// <summary> |
| | | /// 逻辑输出目标延时间(单位用秒) |
| | | /// </summary> |
| | | public string delay = "0"; |
| | | /// <summary> |
| | | /// 逻辑输出目标类型 |
| | | /// 设备=1; |
| | | /// 场景=2; |
| | | /// 延时=3; |
| | | /// 安防=3; |
| | | /// 延时=4; |
| | | /// </summary> |
| | | public string target_type = ""; |
| | | public List<Dictionary<string, string>> status = new List<Dictionary<string, string>>(); |
| | |
| | | /// </summary> |
| | | public string latitude = string.Empty; |
| | | /// <summary> |
| | | /// 单位米 |
| | | /// 半径<单位米> |
| | | /// </summary> |
| | | public string radius = string.Empty; |
| | | } |