CEC-2291 Remote Commands (#194)

This commit is contained in:
arpanetus
2022-09-07 23:21:57 +06:00
committed by GitHub
parent 153c6bdcf7
commit aa5a1e20e0
19 changed files with 1187 additions and 148 deletions

View File

@@ -94,11 +94,10 @@ const vehiclesAPI = {
data: [2021, 2022],
};
},
sendCommand: async (vin, command, parameters) => {
sendCommand: async (vin, command) => {
return {
vin,
command,
parameters,
};
},
updateVehicle: async (vin, vehicle) => {