diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 2e74443..b81094e 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -340,3 +340,7 @@ Configuration example: | |||
340 | type: "CopyToClipboard" | 340 | type: "CopyToClipboard" |
341 | clipboard: "this text will be copied to your clipboard" | 341 | clipboard: "this text will be copied to your clipboard" |
342 | ``` | 342 | ``` |
343 | |||
344 | ## SpeedtestTracker | ||
345 | |||
346 | For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`. | ||