Skip to content
New issue

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

Report typo in unsupported interval and some question. #276

Open
junghoon-vans opened this issue Dec 18, 2024 · 2 comments
Open

Report typo in unsupported interval and some question. #276

junghoon-vans opened this issue Dec 18, 2024 · 2 comments

Comments

@junghoon-vans
Copy link

junghoon-vans commented Dec 18, 2024

There is a typo in the response value if you set an unsupported interval.
Is it a value that is coming directly from the car? It's probably really small. But I'm reporting it because it would be nice to fix it.

Below is an example of this.

{
    "activity": true,
    "context": "fleet-telemetry",
    "data": [
        {
            "Body": "",
            "CreatedAt": 1734416033,
            "Name": "unsupported_field",
            "Tags": {
                "field_name": "TpmsSoftWarnings"
            }
        },
        {
            "Body": "",
            "CreatedAt": 1734416033,
            "Name": "unsuported_interval",  // typo
            "Tags": {
                "authorized": "60000",
                "field_name": "ExteriorColor",
                "requested": "10.000000"
            }
        }
    ]
}

And one question, is there any charge for these unsupported fields?

@agbpatro
Copy link
Collaborator

agbpatro commented Jan 3, 2025

Thanks for reporting this. We will get the typo fixed in one of the upcoming releases

@agbpatro
Copy link
Collaborator

agbpatro commented Jan 3, 2025

Also to answer And one question, is there any charge for these unsupported fields?
it should not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants