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

@@ -24,6 +24,8 @@ const supportedSystems: InterchangeSystemBuilderArguments[] = [
parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id,
name: "Chapman University",
useSelfUpdatingEtas: true,
shuttleStopArrivalDegreeDelta: 0.001,
shutleStopNearbyDegreeDelta: 0.003,
}
]