Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/f39628efc374b0f5281e797823fb11048a7dd7d3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

by default show all temp data.

pull/222/head
Jason Kulatunga 3 years ago
parent 87ba8ff632
commit f39628efc3

@ -331,7 +331,7 @@ func (sr *scrutinyRepository) GetSummary(ctx context.Context) (map[string]*model
return nil, err
}
deviceTempHistory, err := sr.GetSmartTemperatureHistory(ctx, DURATION_KEY_WEEK)
deviceTempHistory, err := sr.GetSmartTemperatureHistory(ctx, DURATION_KEY_FOREVER)
if err != nil {
sr.logger.Printf("========================>>>>>>>>======================")
sr.logger.Printf("========================>>>>>>>>======================")

Loading…
Cancel
Save