-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi Mike,
I'm playing around with the Picnic home assistant integration and it's using your API package to communicate with picnic. What isn't in there, is anything with the scenario and position that you actually provide in the package. Can you elaborate what data is in there? Is that containing the route and accurate position of the vehicle?
python-picnic-api/python_picnic_api/client.py
Lines 116 to 122 in 11abb34
| def get_delivery_scenario(self, delivery_id: str): | |
| path = "/deliveries/" + delivery_id + "/scenario" | |
| return self._get(path, add_picnic_headers=True) | |
| def get_delivery_position(self, delivery_id: str): | |
| path = "/deliveries/" + delivery_id + "/position" | |
| return self._get(path, add_picnic_headers=True) |
Tx!
Metadata
Metadata
Assignees
Labels
No labels