27 lines
228 B
TOML
27 lines
228 B
TOML
[TH7]
|
|
port = 9090
|
|
logfreq = 60
|
|
|
|
[DB]
|
|
type = "sqlite3"
|
|
path = "test.db"
|
|
|
|
[Channel_2]
|
|
type = 'N'
|
|
unit = 'C'
|
|
|
|
[Channel_3]
|
|
type = 'T'
|
|
unit = 'C'
|
|
|
|
[Channel_4]
|
|
type = 'K'
|
|
unit = 'C'
|
|
|
|
[Channel_6]
|
|
type = 'J'
|
|
unit = 'C'
|
|
offset = -23.1
|
|
|
|
|