CEC-2291 Remote Commands (#194)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user