diff --git a/README.md b/README.md index 1e031c5..9c214be 100644 --- a/README.md +++ b/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. -`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). @@ -36,25 +36,57 @@ An [XPath](#xpath) filter could also have been used. ## Get URL +## Get URLs + ## CSS ## XPath +## JSON + ## Replace +## Match + +## Substring + +## Contains + ## Store ## Notify ## Math -### Average +### Sum ### Minimum +### Maximum + +### Average + +### Count + +### Round + ## Condition -### Different Then Last +### Different Than Last + +### Lower Than Last + +### Lowest + +### Lower Than + +### Higher Than Last + +### Highest + +### Higher Than + +## Lua ## type script compilation