You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only dvb.monitor() is exposed through the API. However, it's method signature only allows to specify the stopID , offset and amount parameter. I'm currently looking for a way to only monitor a stop with a given set of mode types, e.g. such as modeTypes = [tram, bus].
I would be willing to create a PR for such a method implementation, but wanted to get feedback ahead of time on such a new api method signature should look like?
The text was updated successfully, but these errors were encountered:
Currently only
dvb.monitor()
is exposed through the API. However, it's method signature only allows to specify thestopID
,offset
andamount
parameter. I'm currently looking for a way to only monitor a stop with a given set of mode types, e.g. such asmodeTypes = [tram, bus]
.I would be willing to create a PR for such a method implementation, but wanted to get feedback ahead of time on such a new api method signature should look like?
The text was updated successfully, but these errors were encountered: