From 0f0795944c039db5b8cd449533cb54e8c0155f2e Mon Sep 17 00:00:00 2001 From: LifetimeNine <2390904403@qq.com> Date: Sat, 7 Mar 2026 10:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E5=8C=96?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/rpc/type.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/rpc/type.go b/pkg/rpc/type.go index 18abe4c..cc7afcc 100644 --- a/pkg/rpc/type.go +++ b/pkg/rpc/type.go @@ -149,6 +149,7 @@ type AutomationTask struct { RepeatType uint8 `json:"repeat_type"` // 重复类型 CustomRepeatRange []uint8 `json:"custom_repeat_range"` // 自定义重复范围 IsSatisfyAll uint8 `json:"is_satisfy_all"` // 是否要满足所有条件 + Status uint8 `json:"status"` // 状态 EventConditionList []AutomationCondition `json:"event_condition_list"` // 事件条件列表 StatusConditionList []AutomationCondition `json:"status_condition_list"` // 事件条件列表 ActionList []AutomationAction `json:"action_list"` // 动作列表