feat(smartcard): Add get ev battery level integration

This commit is contained in:
Faruk AYDIN
2023-09-19 18:09:11 +02:00
parent 2f0125e871
commit ba17cde59b
3 changed files with 40 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import getVehicleLocation from './get-vehicle-location';
import getEvBatteryLevel from './get-ev-battery-level';
export default [getVehicleLocation];
export default [getVehicleLocation, getEvBatteryLevel];