Enhancement: add bitrate precision config option for speedtest-tracker (#3354)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Ameer Abdallah
2024-04-22 21:20:08 -07:00
committed by GitHub
parent 312e97d18b
commit 340424391f
3 changed files with 25 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ Allowed fields: `["download", "upload", "ping"]`.
widget:
type: speedtest
url: http://speedtest.host.or.ip
bitratePrecision: 3 # optional, default is 0
```