Versions in this module Expand all Collapse all v0 v0.2.0 Mar 30, 2023 Changes in this version type Parameters + Storage Storage + type Storage struct + Path string + Type string v0.1.0 Mar 18, 2023 Changes in this version + type BMP280 struct + Bmp280Addr uint16 + Enabled bool + type Fan struct + ControlPin string + High int + Low int + TachPin string + type HTU21 struct + Enabled bool + Htu21Addr uint16 + type Modules struct + BMP280 BMP280 + HTU21 HTU21 + I2C string + System System + type Parameters struct + Fan Fan + Modules Modules + Server Server + func NewConfig(fname string) (*Parameters, error) + type Server struct + Dbg bool + Listen string + type System struct + Enabled bool