nodejs-connected-drive
Version:
NodeJS client for BMW Connected Drive
7 lines • 299 B
TypeScript
import { RemoteService } from "./RemoteService";
import { VehicleFeature } from "./VehicleFeature";
/** Maps a 'remote service' name to a vehicle feature */
export declare const RemoteServiceCommand: {
[key in RemoteService]: VehicleFeature;
};
//# sourceMappingURL=RemoteServiceCommand.d.ts.map