morrisonbrett / TeslaCommand

A Golang command line application to remind you to charge your Tesla vehicle based on GeoFencing.
8 stars 1 forks source link

Don't check vehicle charge state if within radius and plugged in #11

Closed morrisonbrett closed 8 years ago

morrisonbrett commented 8 years ago

More of an optimization than an enhancement. Will need to set flag to check for this condition to not continue to check charge state.

morrisonbrett commented 8 years ago

Fixed (b86c2d588f33d4aaf76d4519a630e0db4a4bbe9c). Optimized control flow.