added disable filter to readme

This commit is contained in:
BroodjeAap 2023-03-27 19:43:54 +00:00
parent cdf44e1560
commit 5419959533

View file

@ -455,6 +455,11 @@ It's recommended to do this after reducing inputs to a single value (Minimum/Max
Outputs a value when it has no inputs, useful to do something (notify) when something goes wrong with your Watch.
Will only trigger once and can be set to wait multiple times before triggering.
## Disable Schedules
Disables all schedules of a watch when it gets any inputs from its parents.
Should be used with an [expect](#expect) filter, useful for disabling a Watch when it keeps failing.
## Notify
Executes the given template and sends the resulting string as a message to the given notifier(s).