bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
16 lines • 596 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CarView = void 0;
var CarView;
(function (CarView) {
CarView["Dashboard"] = "DASHBOARD";
CarView["DriverDoor"] = "DRIVERDOOR";
CarView["FrontLeft"] = "FRONTLEFT";
CarView["FrontRight"] = "FRONTRIGHT";
CarView["FrontView"] = "FRONTVIEW";
CarView["RearLeft"] = "REARLEFT";
CarView["RearRight"] = "REARRIGHT";
CarView["RearView"] = "REARVIEW";
CarView["SideViewLeft"] = "SIDEVIEWLEFT";
})(CarView = exports.CarView || (exports.CarView = {}));
//# sourceMappingURL=CarView.js.map