Compare commits
1 Commits
v1.0.1
...
d01ce1c8db
| Author | SHA1 | Date | |
|---|---|---|---|
| d01ce1c8db |
@@ -12,7 +12,7 @@ This library can control your georide tracker tracker
|
|||||||
|
|
||||||
Some code have been taken from @alexmohr https://github.com/alexmohr/sonyapilib
|
Some code have been taken from @alexmohr https://github.com/alexmohr/sonyapilib
|
||||||
|
|
||||||
This library is used as communication interface in a home assistant component to control media players, which can be found here:(Not ready yet ;))
|
This library is used as communication interface in a home assistant component to control media players, which can be found here: https://github.com/ptimatth/GeorideHA
|
||||||
|
|
||||||
At the moment not all functions offered by the api are implemented. If you miss a function feel free to create a pull request or open a feature request.
|
At the moment not all functions offered by the api are implemented. If you miss a function feel free to create a pull request or open a feature request.
|
||||||
|
|
||||||
@@ -30,5 +30,4 @@ This library has been tested with python 3.7 and above, functionality for older
|
|||||||
- https://github.com/ptimatth/pyGeoride
|
- https://github.com/ptimatth/pyGeoride
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
- [ ] Add support of SocketIO connection
|
|
||||||
- [ ] Add support of "Get a shared trip" endpoint
|
- [ ] Add support of "Get a shared trip" endpoint
|
||||||
|
|||||||
@@ -99,8 +99,7 @@ class GeorideSocket():
|
|||||||
_LOGGER.debug('Locked received: %s', data)
|
_LOGGER.debug('Locked received: %s', data)
|
||||||
if self._on_locked_callback is not None:
|
if self._on_locked_callback is not None:
|
||||||
self._on_locked_callback(data)
|
self._on_locked_callback(data)
|
||||||
else:
|
self._initialised = True
|
||||||
self._initialised = True
|
|
||||||
|
|
||||||
def connect(self, auth_token):
|
def connect(self, auth_token):
|
||||||
""" connect to the georide socket"""
|
""" connect to the georide socket"""
|
||||||
|
|||||||
Reference in New Issue
Block a user