gboudreau / LEAF_Carwings_EasyAccess

One-click access to LEAF Carwings remote actions
16 stars 9 forks source link

Status not showing miles for COUNTRY_US #4

Closed dlarue closed 7 years ago

dlarue commented 7 years ago

I'm seeing kilometers for my distances in the status message/dialog even though my config is setup with these: 'country' => NissanConnect::COUNTRY_US, 'tz' => 'America/Los_Angeles'

But the config->country test is not passing for 'US' on this line and is falling through to the else/km settings: https://github.com/gboudreau/LEAF_Carwings_EasyAccess/blob/master/nissan-connect-php/NissanConnect.class.php#L227

dlarue commented 7 years ago

line 227 should be testing for NNA instead of US as in: } elseif ($this->config->country == 'NNA')

gboudreau commented 7 years ago

Thx. Fixed.