approval of transactions works, is also now requires a matching transaction if the bin selected also uses hybrid control, rejection still needs to be implemented

This commit is contained in:
csawatzky 2025-06-04 15:20:46 -06:00
parent a083f7d8ed
commit 691b3be1f9
3 changed files with 85 additions and 26 deletions

View file

@ -712,6 +712,8 @@ export default function BinSettings(props: Props) {
return "Auto (lidar)"
case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_AUTOMATIC:
return "Auto (cable)"
case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_HYBRID_LIDAR:
return "Hybrid (lidar)"
default:
return "Manual"
}