11 lines
440 B
Text
11 lines
440 B
Text
|
# Read real time temps from fireboard.io servers
|
||
|
[[inputs.fireboard]]
|
||
|
## Specify auth token for your account
|
||
|
auth_token = "invalidAuthToken"
|
||
|
## You can override the fireboard server URL if necessary
|
||
|
# url = https://fireboard.io/api/v1/devices.json
|
||
|
## You can set a different http_timeout if you need to
|
||
|
## You should set a string using an number and time indicator
|
||
|
## for example "12s" for 12 seconds.
|
||
|
# http_timeout = "4s"
|