Fix: change Config.TimescaleDBEnabled to bool.
This commit is contained in:
parent
6230869120
commit
5282a22879
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -147,7 +147,7 @@ type InverterSettingsData struct {
|
||||||
type Config struct {
|
type Config struct {
|
||||||
DB string `json:"db"`
|
DB string `json:"db"`
|
||||||
OpenDTU string `json:"opendtu"`
|
OpenDTU string `json:"opendtu"`
|
||||||
TimescaleDBEnabled string `json:"timescaledb"`
|
TimescaleDBEnabled bool `json:"timescaledb"`
|
||||||
TZ string `json:"tz"`
|
TZ string `json:"tz"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue