Skip to content

Releases: droso-hass/idfm-api

IDFM-API V.1.3.1

22 Mar 14:34
Compare
Choose a tag to compare
  • Fix Info Traffic API (update API to use the v2 endpoint)

IDFM-API V.1.3.0

09 Aug 20:40
Compare
Choose a tag to compare

Changelog:

  • Fixed missing stops from export
  • Added new method get_line_reports to fetch traffic information (replaces get_infos). This method uses a more complete API
  • Replaced the pre-processed data files by a class fetching them at runtime

IDFM-API V.1.2.2

20 Jun 21:41
Compare
Choose a tag to compare
  • Fix bug causing missing stops

IDFM-API V.1.2.1

20 Jun 17:44
Compare
Choose a tag to compare
  • Fixed backward compatibility
  • Added option to filter by line to get_directions method

IDFM-API V.1.2.0

20 Jun 17:17
edb050d
Compare
Choose a tag to compare
  • Removed lines with no stops
  • Renamed StopData.id to StopData.stop_id, added exchange area information if available (exchange_area_id, exchange_area_name)
  • stop_id and exchange_area_id are now identified by their full STIF identifier (ex: STIF:StopPoint:Q:XXXXX:, STIF:StopArea:SP:XXXXX:)
  • Added option to filter by line when requesting traffic information for a stop (only works for exchange_area_id)

IDFM-API V.1.1.1

18 Dec 15:42
Compare
Choose a tag to compare

Fix API errors

IDFM-API V.1.1.0

14 Nov 16:05
b4794eb
Compare
Choose a tag to compare

Add new attributes for TrafficData:

  • at_stop: if the train is currently at a stop
  • platform: the platform where the train will arrive
  • status: if the train is on time/late/cancelled ...

Contribution by @Egglestron: PR#4

IDFM-API V.1.0.6

08 Oct 17:23
Compare
Choose a tag to compare
v1.0.6

add configurable timeout

IDFM-API V.1.0.5

06 Oct 12:05
Compare
Choose a tag to compare
v1.0.5

fix parsing for missing message

IDFM-API V.1.0.4

22 Sep 17:02
Compare
Choose a tag to compare
v1.0.4

fix timezone