Releases: droso-hass/idfm-api
Releases · droso-hass/idfm-api
IDFM-API V.1.3.1
IDFM-API V.1.3.0
Changelog:
- Fixed missing stops from export
- Added new method
get_line_reports
to fetch traffic information (replacesget_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
- Fix bug causing missing stops
IDFM-API V.1.2.1
- Fixed backward compatibility
- Added option to filter by line to
get_directions
method
IDFM-API V.1.2.0
- Removed lines with no stops
- Renamed
StopData.id
toStopData.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
Fix API errors
IDFM-API V.1.1.0
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
v1.0.6 add configurable timeout
IDFM-API V.1.0.5
v1.0.5 fix parsing for missing message
IDFM-API V.1.0.4
v1.0.4 fix timezone