starting table

This commit is contained in:
csawatzky 2025-05-23 11:07:34 -06:00
parent 3f33a7dd41
commit 9bacaa12d9
3 changed files with 32 additions and 11 deletions

View file

@ -285,7 +285,9 @@ export default function BinGraphs(props: Props) {
<Box>
<BinWaterLevel
bin={bin}
range={{ start: startDate, end: endDate }}
// range={{ start: startDate, end: endDate }}
start={startDate.toISOString()}
end={endDate.toISOString()}
plenumKey={componentDevices.get(plenums[0].key()) + ":" + plenums[0].key()}
cableKey={componentDevices.get(moistureCables[0].key()) + ":" + moistureCables[0].key()}
pressureKey={componentDevices.get(pressures[0].key()) + ":" + pressures[0].key()}