Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 810 Bytes

File metadata and controls

13 lines (9 loc) · 810 Bytes

<<Back to index

Services and events

HASL implements some actions that can be useful for accessing data and using for automations or whatnot. Anyway, there are four services that can be used. You can call trigger them manually using Settings -> Developer Tools -> Actions

  • sl_find_location: Returns the list of stops matching the search string provided.. Uses the SL API.
  • sl_find_trip_id: Returns trips from orig to dest defined as place ids. Uses the SL API.
  • sl_find_trip_pos :Returns trips from oirg to dest defined as coordinates. Uses the SL API.
  • rr_find_location: Returns the list of stops matching the search string provided. Uses the Resrobot API.

Full specification available here