Merge branch 'main' into CEC-3796

This commit is contained in:
Paul Adamsen
2023-10-24 09:27:58 -04:00
committed by GitHub
18 changed files with 373 additions and 30 deletions

View File

@@ -195,7 +195,10 @@ const vehiclesAPI = {
}
],
"total": 2
})
}),
sendDiagnosticCommand: async (search) => ({
Message: `remote diagnostic command sent to ${search.vins.length} vehicles`
}),
};
export default vehiclesAPI;