Update InterchangeSystemBuilderArguments with new properties for controlling event emitter degree delta

This commit is contained in:
2025-11-20 16:26:25 -08:00
parent fb01406a29
commit 1d98e8450e
3 changed files with 19 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ const systemInfoForTesting: InterchangeSystemBuilderArguments = {
passioSystemId: "263",
parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id,
useSelfUpdatingEtas: false,
shuttleStopArrivalDegreeDelta: 0.001,
shutleStopNearbyDegreeDelta: 0.003,
};
export function buildSystemForTesting() {