- Gets token from BMW API
- Uses token to get battery information for a specific VIN
- Compares battery % to previous %, if saved
- If battery is 100% and last reading was less than 100% (to prevent multiple "hits"), send SMS via AWS
- If battery is 100% and last reading was 100%, do nothing
- Also send SMS via AWS if mileage hits 40mi available (just enough for me to get home from work)
Hope this is useful.