added all filter headers/sections in readme
This commit is contained in:
parent
6fc41ec69b
commit
3f0b50b152
1 changed files with 35 additions and 3 deletions
38
README.md
38
README.md
|
@ -26,7 +26,7 @@ An [XPath](#xpath) filter could also have been used.
|
||||||
|
|
||||||
`Store Avg` and `Store Min` are [Store](#store) filters, they store its input values in the database.
|
`Store Avg` and `Store Min` are [Store](#store) filters, they store its input values in the database.
|
||||||
|
|
||||||
`Diff` is a [Different Then Last](#different-then-last) filter, only passing on the inputs that are different then the last value stored 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/Matrix/etc).
|
||||||
|
|
||||||
|
@ -36,25 +36,57 @@ An [XPath](#xpath) filter could also have been used.
|
||||||
|
|
||||||
## Get URL
|
## Get URL
|
||||||
|
|
||||||
|
## Get URLs
|
||||||
|
|
||||||
## CSS
|
## CSS
|
||||||
|
|
||||||
## XPath
|
## XPath
|
||||||
|
|
||||||
|
## JSON
|
||||||
|
|
||||||
## Replace
|
## Replace
|
||||||
|
|
||||||
|
## Match
|
||||||
|
|
||||||
|
## Substring
|
||||||
|
|
||||||
|
## Contains
|
||||||
|
|
||||||
## Store
|
## Store
|
||||||
|
|
||||||
## Notify
|
## Notify
|
||||||
|
|
||||||
## Math
|
## Math
|
||||||
|
|
||||||
### Average
|
### Sum
|
||||||
|
|
||||||
### Minimum
|
### Minimum
|
||||||
|
|
||||||
|
### Maximum
|
||||||
|
|
||||||
|
### Average
|
||||||
|
|
||||||
|
### Count
|
||||||
|
|
||||||
|
### Round
|
||||||
|
|
||||||
## Condition
|
## Condition
|
||||||
|
|
||||||
### Different Then Last
|
### Different Than Last
|
||||||
|
|
||||||
|
### Lower Than Last
|
||||||
|
|
||||||
|
### Lowest
|
||||||
|
|
||||||
|
### Lower Than
|
||||||
|
|
||||||
|
### Higher Than Last
|
||||||
|
|
||||||
|
### Highest
|
||||||
|
|
||||||
|
### Higher Than
|
||||||
|
|
||||||
|
## Lua
|
||||||
|
|
||||||
## type script compilation
|
## type script compilation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue