We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I would like to send to location of calendar entries to my car.
Describe the solution you'd like The skodaconnect component should offer a new service to send a location to the car.
Describe alternatives you've considered I can use the app or web, but it don't like the manual process.
Additional context There is an API which is used by skoda-connect.com: POST https://api.skoda-connect.com/vehicles/{vehicle}/trips/steps Body: [{"name":"Tiergarten","location":{"latitude":52.514534,"longitude":13.3501015}}]
[{"name":"Tiergarten","location":{"latitude":52.514534,"longitude":13.3501015}}]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I would like to send to location of calendar entries to my car.
Describe the solution you'd like
The skodaconnect component should offer a new service to send a location to the car.
Describe alternatives you've considered
I can use the app or web, but it don't like the manual process.
Additional context
There is an API which is used by skoda-connect.com:
POST https://api.skoda-connect.com/vehicles/{vehicle}/trips/steps
Body:
[{"name":"Tiergarten","location":{"latitude":52.514534,"longitude":13.3501015}}]
The text was updated successfully, but these errors were encountered: