added headspace warning indicators to the bin svg
This commit is contained in:
parent
8a6ff80df2
commit
7020cd90be
4 changed files with 52 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue