Skip to content

Commit

Permalink
Merge pull request #3225 from Navid200/Navid_2023_12_06
Browse files Browse the repository at this point in the history
Add a 12-hour notification to sensor expiry
  • Loading branch information
jamorham authored Dec 15, 2023
2 parents c88b92c + ae4bc67 commit 8253844
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public class SensorExpiry extends BaseAlert {
private static final long[] THRESHOLDS = {
// need to be in ascending order so first hit is first applicable to avoid multiple triggers
Constants.HOUR_IN_MS * 2,
Constants.HOUR_IN_MS * 9,
Constants.HOUR_IN_MS * 6,
Constants.HOUR_IN_MS * 12,
Constants.HOUR_IN_MS * 24,
};

Expand Down

0 comments on commit 8253844

Please sign in to comment.