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

@ -401,6 +401,7 @@ export default function BinCard(props: Props) {
fillPercentage={bin.fillPercent()}
lidarEstimate={lidarPercentage}
cables={cables}
co2Sensors={bin.status.co2}
highTemp={bin.settings.highTemp}
lowTemp={bin.settings.lowTemp}
hottestNodeTemp={valDisplay === "high" ? hotNode?.temp : undefined}