mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
fix: date after api upgrade
This commit is contained in:
@@ -42,7 +42,7 @@ class Energy(object):
|
||||
}
|
||||
|
||||
attribute_map = {
|
||||
'updated_at': 'updatedAt',
|
||||
'updated_at': 'createdAt',
|
||||
'autonomy': 'autonomy',
|
||||
'battery': 'battery',
|
||||
'charging': 'charging',
|
||||
|
||||
@@ -41,7 +41,7 @@ class PositionProperties(object):
|
||||
'heading': 'heading',
|
||||
'signal_quality': 'signalQuality',
|
||||
'type': 'type',
|
||||
'updated_at': 'updatedAt'
|
||||
'updated_at': 'createdAt'
|
||||
}
|
||||
|
||||
def __init__(self, heading=None, signal_quality=None, type=None, updated_at=None): # noqa: E501
|
||||
|
||||
@@ -36,7 +36,7 @@ class VehicleOdometer(object):
|
||||
}
|
||||
|
||||
attribute_map = {
|
||||
'updated_at': 'updatedAt',
|
||||
'updated_at': 'createdAt',
|
||||
'mileage': 'mileage'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user