feat(smartcard): Add get ev battery level integration
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import getVehicleLocation from './get-vehicle-location';
|
||||
import getEvBatteryLevel from './get-ev-battery-level';
|
||||
|
||||
export default [getVehicleLocation];
|
||||
export default [getVehicleLocation, getEvBatteryLevel];
|
||||
|
Reference in New Issue
Block a user