"Vehicle Status", "Check Control Messages" in CLI #511
-
I use the CLI. The returned Json contains a huge amount of useful data but there is something extra that I would find useful. On the main screen in the MyBMW app there is big white text "ALL GOOD" (unless there is a problem which has happened occasionally) Thank you, I really appreciate your work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
While we don't have the "ALL GOOD" text, you can check the following two booleans:
Don't know how the app will change depending if there is a message though. |
Beta Was this translation helpful? Give feedback.
While we don't have the "ALL GOOD" text, you can check the following two booleans:
condition_based_services.is_service_required
will turn toTrue
if you need a service (like oil change)check_control_messages.has_check_control_messages
will turn toTrue
if there is any message with a severity >= medium.Don't know how the app will change depending if there is a message though.