diff options
author | Bernhard Großer <30469627+boerniee@users.noreply.github.com> | 2022-11-05 15:32:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 07:32:56 -0700 |
commit | b5048fc353db26186563bb2b1319941b5c11a54a (patch) | |
tree | cadf52ba0674888ef23e6a14c0a47915c16dae78 /docs/customservices.md | |
parent | 24b6dedbe188aec151a09414f7439fa28cc811f9 (diff) | |
download | homer-b5048fc353db26186563bb2b1319941b5c11a54a.tar.gz homer-b5048fc353db26186563bb2b1319941b5c11a54a.tar.zst homer-b5048fc353db26186563bb2b1319941b5c11a54a.zip |
Speedtesttracker integration (#262)
added SpeedtestTracker service
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`. | ||