updated readme intro
This commit is contained in:
parent
e9dde77233
commit
18934eb503
3 changed files with 2 additions and 4 deletions
|
@ -23,11 +23,11 @@ An [XPath](#xpath) filter could also have been used.
|
|||
|
||||
`Min` is a [Minimum](#minimum) filter, it calculates the minimum value of its inputs.
|
||||
|
||||
`Store Avg` and `Store Min` are [Store](#store) filters, they store its input values in the database.
|
||||
`Average` and `Minimum` are [Store](#store) filters, they store its input values in the database.
|
||||
|
||||
`Diff` is a [Different Than Last](#different-then-last) filter, only passing on the inputs that are different then the last value stored in the database.
|
||||
|
||||
`Notify` is a [Notify](#notify) filter, if there are any inputs to this filter, it will execute a template and send the result to a user defined 'notifier' (Telegram/Discord/Matrix/etc).
|
||||
`Notify` is a [Notify](#notify) filter, if there are any inputs to this filter, it will execute a template and send the result to a user defined 'notifier' (Telegram/Discord/etc).
|
||||
# Run
|
||||
|
||||
## Docker
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 80 KiB |
2
todo.md
2
todo.md
|
@ -19,7 +19,5 @@
|
|||
- debug notify to Results?
|
||||
- add test for regex replace with group
|
||||
- run/fix staticcheck
|
||||
- replace readme image
|
||||
- better store filter names
|
||||
- reorder filters?
|
||||
- add browserless support ?
|
Loading…
Add table
Reference in a new issue