创建检查系统计划

This commit is contained in:
2025-12-03 17:51:29 +08:00
parent b26b7ee0f3
commit 3cfe532517
3 changed files with 82 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ const (
PlanNamePeriodicHeartbeatCheck PlanName = "周期性心跳检测"
// PlanNameAlarmNotification 是告警通知发送计划的名称
PlanNameAlarmNotification PlanName = "告警通知发送"
// PlanNameOtaCheck 是定时检查OTA升级任务的计划名称
PlanNameOtaCheck PlanName = "定时检查OTA任务"
)
// PlanExecutionType 定义了计划的执行类型