added headspace warning indicators to the bin svg

This commit is contained in:
csawatzky 2025-03-21 13:23:20 -06:00
parent 8a6ff80df2
commit 7020cd90be
4 changed files with 52 additions and 5 deletions

View file

@ -1400,6 +1400,7 @@ export default function BinVisualizer(props: Props) {
fillPercentage={fillPercentage ?? 0}
lidarEstimate={lidarPercentage}
cables={grainCables}
co2Sensors={bin.status.co2}
highTemp={bin.settings.highTemp}
lowTemp={bin.settings.lowTemp}
showTempHum={iOS ? nodeDetails : fullScreenHandler.active}