Switched from influx to victoria metrics (more light weight for pi)

This commit is contained in:
2026-06-26 23:59:56 -04:00
parent 6eefd1b86b
commit 36eda62e7f
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import {queryHourly, getCoords, queryCurrent} from './influx.mjs';
import {queryHourly, getCoords, queryCurrent} from './sensors.mjs';
import {getCelestialCurrent} from './celestial.mjs';
import {getWeatherCondition} from './openweather.mjs';
import {localDateStr} from './config.mjs';