Youri Le Cottier

Results 4 issues of Youri Le Cottier

This PR should fix support for Android 8+ and possibly earlier versions. It adds support for the new(ish) UserID argument in the "getSecurityMode" method, that was probably introduced with multi-user...

The "QuteMap" package appears to be absent from PyPI. https://pypi.org/project/qutemap/ returns 404. pip can't find the package either.

I am using the Kia EU API (e-niro 2020) Wondering what these keys represent in the response to `/status/latest`: - ign3 (bool) - sleepModeCheck (bool) - tailLampStatus (int) - systemCutOffAlert...

It looks like an integration of Google Cloud Messaging was attempted at some point by @fuatakgun : ``` try: credentials = push_receiver.register(sender_id=self.GCM_SENDER_ID) registration_id = credentials["gcm"]["token"] except: pass ``` push_register is...