feat(notification): added cycle count check

This commit is contained in:
2026-02-16 19:04:38 -06:00
parent dc1d342799
commit 24ced97b6d
5 changed files with 240 additions and 77 deletions

View File

@@ -152,6 +152,18 @@ export const note: any = [
errorCount: 10, // change this to something else or leave blank to use the av type
},
},
{
name: "cycleCountCheck",
description:
"Checks if a cycle count has been active for longer than the defined time.",
checkInterval: 60,
timeType: "min",
emails: "",
active: false,
notifiySettings: {
errorCount: 10, // change this to something else or leave blank to use the av type
},
},
];
export const notificationCreate = async () => {