Fix: georide tracker property method
This commit is contained in:
@@ -462,7 +462,7 @@ class GeoRideTracker(metaclass=JsonMgtMetaClass): # pylint: disable=R0904,R0902
|
||||
return self._ecall_crash_mode
|
||||
|
||||
@property
|
||||
def _ssistance_theft_activated(self):
|
||||
def assistance_theft_activated(self):
|
||||
""" assistanceTheftActivated property """
|
||||
return self._assistance_theft_activated
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -19,7 +19,7 @@ CURRENT_DIR = os.path.dirname(__file__)
|
||||
setup(
|
||||
name='georideapilib',
|
||||
packages=['georideapilib', 'georideapilib.objects'], # this must be the same as the name above
|
||||
version='0.9.3',
|
||||
version='0.9.4',
|
||||
description='Lib to control GeoRide tracker devices with theire rest api',
|
||||
author='Matthieu DUVAL',
|
||||
author_email='georideapilib@duval-dev.fr',
|
||||
|
||||
Reference in New Issue
Block a user